Commit 429c3945 authored by Collin Jackson's avatar Collin Jackson

Request gridlines for fitness chart

parent 39ca4fa1
......@@ -198,7 +198,9 @@ class FeedFragment extends StatefulComponent {
startY: startY,
endX: endX,
endY: endY,
dataSet: dataSet
dataSet: dataSet,
numHorizontalGridlines: 5,
roundToPlaces: 1
);
return new playfair.Chart(data: data);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment