aboutsummaryrefslogtreecommitdiff
path: root/barchart.cpp
AgeCommit message (Expand)Author
2016-01-21Added selection linking. Needs more tests.Samuel Fadel
2016-01-21BarChart: added selection mechanisms.Samuel Fadel
2016-01-20Previous commit added a build error, fixing.Samuel Fadel
2016-01-20BarChart: moved code from updatePaintNode to other helper functions.Samuel Fadel
2016-01-20BarChart: update() when values change and added hover hints.Samuel Fadel
2016-01-18BarChart & Scatterplot: added hints for vertex data upload.Samuel Fadel
2016-01-18Added observer to update values displayed based on some metric.Samuel Fadel
2016-01-18BarChart: updated to scale properly when component is resized.Samuel Fadel
2016-01-17BarChart: commented out some unused code.Samuel Fadel
2016-01-17BarChart: Added color scale support.Samuel Fadel
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