i'm calling theme('sparkline'... ) from my own module - how do I convince it to do feature points? is there some documentation or example somewhere?
i'm calling theme('sparkline'... ) from my own module - how do I convince it to do feature points? is there some documentation or example somewhere?
Comments
Comment #1
Chris Johnson commented#flag_points sets FeaturePoints on the min, max and end values of a line style sparkline. The module doesn't provide a direct way to use FeaturePoints, but you can override any of the theme functions or even just call sparklib routines directly. Sorry the API is not more complete. I'm open to patches or even co-maintainership, if you want.
Comment #2
Chris Johnson commented