Jump to content
JChartFX Community
  • 0

Tooltip style


ernani

Question

1 answer to this question

Recommended Posts

  • 0

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 

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...