i have a URL like this example.com/index.php?param1=10,20,30,40,50¶m2=50,60,70,80,90,10¶m3=40,50,60,70,80
Using PHP,javascript,JSON i did this pentagon radarchart.
If the values are changing then the pentegon image also will be change. and if the parameters limit is 3 only. if it is 1 parameter then the respective parameter values will display.
By using the .php file this radar chart is displaying fine. but i want to use this chart for email marketing. so .php is not supporting, instead of .php i want to make it in .jpg.
Anyone can you help me to get out this issue.