简体   繁体   中英

how to create bell graph using google charts or any other charts and fill multiple colors inside the curve

Please help me.i am searching for above question. since i have to draw bell curve with multiple colors inside the curve. I have tried for normal density curve in Flot but with my data it is not proper

If you want "strange" graphics, I recomend you to create yourself the SVG file:

Google charts draw images using vectorial images in SVG format.

SVG format is a XML/DOM format that you may edit dynamically using Javascript DOM functions (like for HTML).

You have 2 options:

  1. Use the Google charts and edit the resulting image.
  2. Create yourself all the charts.

You may find an introductory tutorial for SVG format at: www.w3schools.com

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM