ernani Posted December 2, 2013 Report Share Posted December 2, 2013 Hi, i was wondering about those css classes, jchartfxToolTipHidden, jchartfxToolTip2Hidden, jchartfxToolTip2Visible and jchartfxToolTipVisible. Anyone could tell me when which one is used? maybe one is for customized tool tips and the other is for default tooltips? AJAXSample.zip Quote Link to comment Share on other sites More sharing options...
0 JuanC Posted December 10, 2013 Report Share Posted December 10, 2013 jcharfxTooltip2, jchartfxTooltip2Hidden and jchartfxTooltip2Visible are used for the stylable (default in 7.1) tooltips. These are the tooltips that normally use the color of the series for the border and have a line separating the title from the content. You can style these tooltips to change the appearance. Note that these styles only have opacity and transition related attributes. jchartfxTooltip, jchartfxTooltipVisible and jchartfxToolTipHidden are used for the "old look" non-stylable tooltips. These are the tooltips used in jchartfx.corebasic.js or if you do not like the new tooltips you can switch back to using when using jchartfx.corevector.js with the following code chart1.getToolTips().setBorderTemplate(null); Regards, JuanC Quote Link to comment Share on other sites More sharing options...
Question
ernani
Hi, i was wondering about those css classes, jchartfxToolTipHidden, jchartfxToolTip2Hidden, jchartfxToolTip2Visible and jchartfxToolTipVisible.
Anyone could tell me when which one is used? maybe one is for customized tool tips and the other is for default tooltips?
AJAXSample.zip
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.