• Resolved rik1234

    (@rik1234)


    DEer Visualizer,
    i have several graphs where I have managed to let the y-axis show %s by using the manual configuration code:
    ` { “vAxis”: { “format”: “#%” } }
    However, the tooltip still shows the regular numbers, and not %s.
    How do i get the tooltip to also show %s?
    best,
    Rik

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor contactashish13

    (@rozroz)

    If there is no option given in the visualization API, then we wouldn’t be able to help you. I’m curious why you needed to use manual configuration – didn’t formatting in the settings help?

    Thread Starter rik1234

    (@rik1234)

    is there a formatting option in the settings to set the numbers to percentages?

    Plugin Contributor contactashish13

    (@rozroz)

    You may want to look at the instructions under the formatting fields in the advanced settings. There we have mentioned how to format for percentages.

    Thread Starter rik1234

    (@rik1234)

    great thanks, I found the setting, but without the instructions. Which instructions did you mean, these? https://docs.themeisle.com/category/657-visualizer/2?sort=popularity

    The reason I am asking is that my original problem still exists: the numbers do not show as percentages in the tooltip.

    Thread Starter rik1234

    (@rik1234)

    ah i found it! posting it here for future users. The solution is not both:
    A) set the vertical axis number format to e.g. #% (this is what I had done so far), and then also
    B) in the Series Settings, for each data series set the Number format e.g. to #.##% .
    Step B will change the tooltip to %

    Plugin Contributor contactashish13

    (@rozroz)

    @rik1234 glad you were able to resolve this and thank you for adding it for future users!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘showing %s also in tooltip’ is closed to new replies.