-
26 Sep 2012 11:31 AM #1
Unanswered: Highlight specific points on a line chart
Unanswered: Highlight specific points on a line chart
I want to highlight certain points on a chart that have some significance and show a label for that point.
I see that markerConfig allows us to highlight all points on the chart. Is there a way to customize its behavior?
Update -
I figured out how to highlight a point by using the highlightItem() method, but when I click on another point on the chart (I have iteminfo interaction enabled), the original highlight doesnt persist. I would like to have that point always highlighted.
-
28 Sep 2012 6:08 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
- Answers
- 3107
You would have to execute hightlightItem again.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote