aboutsummaryrefslogtreecommitdiff
path: root/barchart.cpp
AgeCommit message (Collapse)Author
2016-01-17BarChart: Added color scale support.Samuel Fadel
* Color scale's extents are not changed: the values are supposed to match the values used in the other plots * Temporarily removed the bar outlines in order to properly display colors when the number of bars is equal to or greater than the number of available pixels to draw
2016-01-16BarChart: commented hover events activation for BarChart.Samuel Fadel
2016-01-14BarChart: handle empty data.Samuel Fadel
2016-01-13BarChart: values are now sorted in descreasing order.Samuel Fadel
2016-01-11BarChart: Added const to relevant method(s).Samuel Fadel
2016-01-07BarChart: fixed signed/unsigned comparisons.Samuel Fadel
2016-01-07Added a bar chart.Samuel Fadel
* HistoryGraph replaced by BarChart * HistoryGraph not removed from code, might be useful in the future