• Resolved Egor2015

    (@egor2015)


    Is it possible to make numbers on the chart like in the picture.
    I only get it through prompts

    graf1

    • This topic was modified 3 years, 5 months ago by Egor2015.
Viewing 1 replies (of 1 total)
  • Mat

    (@mateithemeisle)

    Hello @egor2015,

    Thank you for using Visualizer and for reaching out!

    You can achieve this effect but using the annotation data type. Here is our documentation for it.

    I have created an example that should offer you a better idea of how to achieve it.

    Here are the steps to follow:
    1) This is the text added using the text option in Manual Data:

    Year,Values1,Annotation1,Values2,Annotation2
    string,number,string,number,string
    2010,5,5,7,7
    2011,4,4,7,7
    2012,5,5,7,7

    Feel free to change the names and values of the variables and save the chart.
    2) Go to Settings > Series Settings > Select Annotation1/Annotation 2 and select the Annotation Value from the Special Role Dropdown (screenshot)
    3) Go to Manual Configuration and paste the below code:
    {"annotations":{"alwaysOutside":"true","textStyle":{"fontSize":"24","color":"#333333"}}}
    4) Create Chart

    For step number 3 feel free to change the values written there with the ones you desire. You can read more about the Google Visualization API here.

    Here is my final result: https://vertis.d.pr/Xq2TuR

    I hope this answer will get you closer to achieving your desired format!

    Thank you and have an amazing day!

Viewing 1 replies (of 1 total)
  • The topic ‘Numbers on the chart’ is closed to new replies.