HumbleSoftware / Flotr2

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

Hide points #220

Closed Xamb closed 11 years ago

Xamb commented 11 years ago

Hi everyone.

I need to hide the points by default, because I'm using custom symbols in the graph. In this example I use an X, but the default point is merged with it.... How can I hide it?

Thanks

graph

cesutherland commented 11 years ago

http://jsfiddle.net/cesutherland/ZFBj5/ please fork this with your reproduction.

Xamb commented 11 years ago

Thanks, but i need only to show the symbols, with lines hiding too

cesutherland commented 11 years ago

Please fork the above with your example, and I can help you...

Xamb commented 11 years ago

Thanks cesutherland

The example here http://jsfiddle.net/rc6bu/

If yo see the points are merged with the red X.... i want only to show the X

Thanks

cesutherland commented 11 years ago

It is enough to remove the 'points' config ;-)

http://jsfiddle.net/rc6bu/1/

On Wed, May 22, 2013 at 10:41 AM, Xamb notifications@github.com wrote:

Thanks cesutherland

The example here http://jsfiddle.net/rc6bu/

If yo see the points are merged with the red X.... i want only to show the X

Thanks

— Reply to this email directly or view it on GitHubhttps://github.com/HumbleSoftware/Flotr2/issues/220#issuecomment-18282909 .

Xamb commented 11 years ago

Thanks a lot cesutherland..... And I need to hide lines too, only show the symbols, how can I do it, because I put lines: { show: false }, but doesn't work....

cesutherland commented 11 years ago

http://jsfiddle.net/rc6bu/2/