<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>ZingSoft Demo</title> <script nonce="undefined" src="https://cdn.zingchart.com/zingchart.min.js"></script> <style></style> </head> <body> <div id='myChart'></div> <script> ZC.LICENSE = ["569d52cefae586f634c54f86dc99e6a9", "b55b025e438fa8a98e32482b5f768ff5"]; var myConfig8 = { "type": "scatter", "scale-x": { "label": { "text": "Scatter Chart with a Logarithmic Scale" }, }, "scale-y": { "progression": "log", "log-base": 10, "thousands-separator": "," }, "series": [{ "values": [ [1, 9], [2, 15], [3, 21], [4, 30], [5, 40], [6, 59], [7, 60], [8, 75], [9, 81], [10, 99], [11, 500], [12, 9000] ], "marker": { "type": "parallelogram" } }, { "values": [ [0.9, 3], [2.1, 13], [3.5, 25], [4.9, 35], [5.3, 41], [6.5, 57], [7.1, 61], [8.7, 170], [9.2, 282], [9.9, 395], [10.5, 700], [11.2, 8500] ], "marker": { "type": "rectangle" } }, { "values": [ [0.1, 9], [1.8, 21], [1.9, 29], [4.1, 33], [4.5, 39], [6.9, 51], [7.4, 64], [8.9, 370], [9, 475], [9.3, 593], [10.3, 650], [11.7, 7000] ], "marker": { "type": "rpoly5" } }, { "values": [ [0.3, 11], [0.9, 15], [1.1, 24], [2.3, 29], [2.9, 30], [3.3, 35], [5.6, 67], [6.9, 70], [7.3, 71], [8.9, 190], [10.6, 350], [11.1, 2000] ], "marker": { "type": "star7" } }, { "values": [ [0.5, 5], [1.9, 5], [2.5, 10], [3.1, 30], [6.5, 45], [6.9, 74], [7.2, 50], [7.8, 56], [8, 61], [8.5, 771], [10.7, 900], [11.1, 6000] ], "marker": { "type": "gear3" } }, ] }; zingchart.render({ id: 'myChart', data: myConfig8, height: 400, width: "100%" }); </script> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>ZingSoft Demo</title> <script src="https://cdn.zingchart.com/zingchart.min.js"></script> </head> <body> <div id='myChart'></div> </body> </html>
var myConfig8 = { "type": "scatter", "scale-x": { "label": { "text": "Scatter Chart with a Logarithmic Scale" }, }, "scale-y": { "progression": "log", "log-base": 10, "thousands-separator": "," }, "series": [{ "values": [ [1, 9], [2, 15], [3, 21], [4, 30], [5, 40], [6, 59], [7, 60], [8, 75], [9, 81], [10, 99], [11, 500], [12, 9000] ], "marker": { "type": "parallelogram" } }, { "values": [ [0.9, 3], [2.1, 13], [3.5, 25], [4.9, 35], [5.3, 41], [6.5, 57], [7.1, 61], [8.7, 170], [9.2, 282], [9.9, 395], [10.5, 700], [11.2, 8500] ], "marker": { "type": "rectangle" } }, { "values": [ [0.1, 9], [1.8, 21], [1.9, 29], [4.1, 33], [4.5, 39], [6.9, 51], [7.4, 64], [8.9, 370], [9, 475], [9.3, 593], [10.3, 650], [11.7, 7000] ], "marker": { "type": "rpoly5" } }, { "values": [ [0.3, 11], [0.9, 15], [1.1, 24], [2.3, 29], [2.9, 30], [3.3, 35], [5.6, 67], [6.9, 70], [7.3, 71], [8.9, 190], [10.6, 350], [11.1, 2000] ], "marker": { "type": "star7" } }, { "values": [ [0.5, 5], [1.9, 5], [2.5, 10], [3.1, 30], [6.5, 45], [6.9, 74], [7.2, 50], [7.8, 56], [8, 61], [8.5, 771], [10.7, 900], [11.1, 6000] ], "marker": { "type": "gear3" } }, ] }; zingchart.render({ id: 'myChart', data: myConfig8, height: 400, width: "100%" });