PMSI-AlignAlytics / dimple

An object-oriented API for business analytics
Other
2.73k stars 556 forks source link

How to append the text label on the lineMarkers to display the yValue? #231

Closed tyronewo closed 8 years ago

tyronewo commented 8 years ago

Hi guys,

I'm a pretty new user to the dimple.js. Currently, I'm trying to append the text label on the lineMarkers to display the yValue. I find the way to append the text on the BarChart by calling the series.afterDraw(), but I cannot find the similar way to do that for the LineChart.

So I'm looking into the dimple._drawMarkers() which would draw the line markers, could anyone of you share any ideas regarding this? Thanks in advance.

-Tyrone