HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.44k stars 527 forks source link

Replace points and use symbols #218

Closed Xamb closed 11 years ago

Xamb commented 11 years ago

Hi everyone..... I need urgently help with this issue.

Like in flot, we can use the symbols plugin to replace points for especfic symbols for the points.

In flotr2 how can I do like this?

Thanks a lot if anyone can help me

cesutherland commented 11 years ago

It is possible to use your own symbols with the markers chart type: http://humblesoftware.com/flotr2/#!advanced-markers

On Tue, May 21, 2013 at 8:33 AM, Xamb notifications@github.com wrote:

Hi everyone..... I need urgently help with this issue.

Like in flot, we can use the symbols plugin to replace points for especfic symbols for the points.

In flotr2 how can I do like this?

Thanks a lot if anyone can help me

— Reply to this email directly or view it on GitHubhttps://github.com/HumbleSoftware/Flotr2/issues/218 .

Xamb commented 11 years ago

Thanks cesutherland.

I have a custom code to add coordinates on the fly.... i guess i have to figure how to use the markers on that.

Otherwise it seems that the markers have problems because doesn't respect the stacked positions?

cesutherland commented 11 years ago

This relates to #146 (stacked markers).