- <!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>
- html,
- body,
- #myChart {
- height: 100%;
- width: 100%;
- }
- </style>
- </head>
-
- <body>
- <div id='myChart'></div>
- <script>
- ZC.LICENSE = ["569d52cefae586f634c54f86dc99e6a9", "b55b025e438fa8a98e32482b5f768ff5"];
- var myConfig6 = {
- "type": "bubble-pie",
- "title": {
- "text": "Minor Tick Marks"
- },
- "scale-x": {
- "values": "0:20:5",
- "minor-ticks": 4,
- "minor-tick": {
- "line-color": "red",
- "line-width": 2,
- "line-style": "solid",
- "size": 10,
- "placement": "cross"
- }
- },
- "scale-y": {
- "values": "0:20:5",
- "minor-ticks": 4,
- "minor-tick": {
- "line-color": "red",
- "line-width": 2,
- "line-style": "solid",
- "size": 10,
- "placement": "cross"
- }
- },
- "plot": {
- "values": [
- [3, 4, 34],
- [7, 9, 101],
- [14, 14, 59],
- [15, 5, 15],
- [17, 18, 30]
- ]
- },
- "series": [{
- "data-v": [15, 37, 7, 3, 14]
- },
- {
- "data-v": [13, 34, 21, 7, 8]
- },
- {
- "data-v": [6, 30, 31, 5, 8]
- },
- {
- "data-v": [5, 29, 9, 3, 13]
- },
- {
- "data-v": [3, 25, 19, 3, 5]
- }
- ]
- };
-
- zingchart.render({
- id: 'myChart',
- data: myConfig6,
- 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>
- html,
- body,
- #myChart {
- height: 100%;
- width: 100%;
- }
- var myConfig6 = {
- "type": "bubble-pie",
- "title": {
- "text": "Minor Tick Marks"
- },
- "scale-x": {
- "values": "0:20:5",
- "minor-ticks": 4,
- "minor-tick": {
- "line-color": "red",
- "line-width": 2,
- "line-style": "solid",
- "size": 10,
- "placement": "cross"
- }
- },
- "scale-y": {
- "values": "0:20:5",
- "minor-ticks": 4,
- "minor-tick": {
- "line-color": "red",
- "line-width": 2,
- "line-style": "solid",
- "size": 10,
- "placement": "cross"
- }
- },
- "plot": {
- "values": [
- [3, 4, 34],
- [7, 9, 101],
- [14, 14, 59],
- [15, 5, 15],
- [17, 18, 30]
- ]
- },
- "series": [{
- "data-v": [15, 37, 7, 3, 14]
- },
- {
- "data-v": [13, 34, 21, 7, 8]
- },
- {
- "data-v": [6, 30, 31, 5, 8]
- },
- {
- "data-v": [5, 29, 9, 3, 13]
- },
- {
- "data-v": [3, 25, 19, 3, 5]
- }
- ]
- };
-
- zingchart.render({
- id: 'myChart',
- data: myConfig6,
- height: 400,
- width: "100%"
- });