0

We want to have line charts generated from our data where each of our data points should have a label. We tried this with flot and jqplot already but without success.

Do you know a way to do this with one of these libraries or maybe an other JS / jQuery library that is able to do this?

Peter O.
  • 32,158
  • 14
  • 82
  • 96
shteng
  • 1
  • 1
    Highcharts? http://www.highcharts.com/demo/line-labels – Rory McCrossan Jan 07 '13 at 14:33
  • Your question is far too vague, what have your tried exactly ? Provide some code! – Giann Jan 07 '13 at 14:33
  • @RoryMcCrossan We already had a look on Highcharts, but it is simply too expensive for us. :) – shteng Jan 07 '13 at 14:37
  • @Giann In jqplot we tried to put `pointLabels: {show: true, location: 'e', edgeTolerance: -15}` into the seriesDefaults, analog to the bar charts. – shteng Jan 07 '13 at 14:41
  • This is far too vague; it's not even clear what you mean by points having a label. – DNS Jan 07 '13 at 14:42
  • @DNS We want to have something like Rory [posted](http://www.highcharts.com/demo/line-labels). Flot and jqplot only let us plot the lines or even the points. But we didn't find options to label those points. – shteng Jan 07 '13 at 14:46
  • possible duplicate of [Flot Data Labels](http://stackoverflow.com/questions/1174298/flot-data-labels) – DNS Jan 07 '13 at 14:48
  • @DNS Thanks for the help. Exactly what we wanted! :) – shteng Jan 07 '13 at 14:58
  • 1
    How hard were you trying, jqplot does this out of the box: http://www.jqplot.com/deploy/dist/examples/point-labels.html – Mark Jan 07 '13 at 16:46

0 Answers0