I created a pie chart using jchartfx. I am trying to get the tooltip to work as one hovers over a section of the pie the detail info should appear. Nothing happens when I hove the cursor over the pie chart.
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.
Question
StatementSolutions
I created a pie chart using jchartfx. I am trying to get the tooltip to work as one hovers over a section of the pie the detail info should appear. Nothing happens when I hove the cursor over the pie chart.
chart@(Model.Widget.Id).GetToolTips().setenabled(true);
chart@(Model.Widget.Id).GetToolTips().SetFormat("%l %p%%);
Link to comment
Share on other sites
16 answers 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.