• Resolved eubie

    (@eubie)


    Hello,

    I need to insert the chart into an IconBox. However, the IconBox of my theme (and as far as I understand of any theme) is unable to interpret the [visualizer id=”xx”] element. So the only workaround I have figured out is to put raw html of the chart into the iconBox’s content.

    When I extract the div containing the whole chart’s code and put it into a blank WP page, I get into two problems:
    1/ the tooltips disappear
    2/ when resizing the browser, the chart does not get zoomed out

    Both of these features work properly when I use [visualizer id=”xx”] instead of the separate HTML/SVG code. What am I doing wrong?

    On a side note, is it possible to somehow make some lines in a line-chart dashed or dotted? Or use more fonts in the Chart Settings? If not in the free version, is this possible in the PRO?

    Best regards,
    Daniel

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Hardeep Asrani

    (@hardeepasrani)

    Hi Daniel,

    That’s happening because when you put out the raw code for the chart, the scripts aren’t being loaded to the site which is causing the noted issues. You need to put the shortcode, if not there then at least somewhere in the page, for it to work properly.

    And, the features that you mentioned are not a part of any of our plugins right now, unfortunately.

    Let us know if you have any other questions. 🙂

    Thread Starter eubie

    (@eubie)

    Hello Hardeep,

    thank you for an answer. Yes, I have one more question – is it possible to set the chart font to a specific font? The variety in General Settings -> Font Styles is a little limited.

    Best regards,
    Daniel

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Separate SVG code does not work’ is closed to new replies.