bar going outside the graph when using label_count #10
Open
Description
Not sure if this is a bug or feature request, but if you use label_count some of the data (bars) will go outside the actual graph.
Would be nice if all data (bars) would show inside the graph.
new Ico.BarGraph($('bargraph'),
{ data: [150, 100, 50, 25]},
{ bar_labels: true, label_count: 10});
Metadata
Assignees
Labels
No labels