ramon Posted July 12, 2013 Report Share Posted July 12, 2013 How can I turn on tooltips using bars gallery? i'am using next code but tooltips doesn't appear var series1 = chart1.getSeries().getItem(0); series1.setGallery(cfx.Gallery.Lines); Quote Link to comment Share on other sites More sharing options...
0 ramon Posted July 12, 2013 Author Report Share Posted July 12, 2013 DONE Instead to specify series gallery I used chart galleries and that make the work...see next chart1.setGallery(cfx.Gallery.Bar); //var series1 = chart1.getSeries().getItem(0); //series1.setGallery(cfx.Gallery.Lines); Quote Link to comment Share on other sites More sharing options...
Question
ramon
How can I turn on tooltips using bars gallery?
i'am using next code but tooltips doesn't appear
var series1 = chart1.getSeries().getItem(0);
series1.setGallery(cfx.Gallery.Lines);
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.