| 123456789101112131415161718192021222324252627282930313233343536 |
- {
-
- "y_legend":{
- "text":"OFC",
- "style":"{font-size: 12px; color:#736AFF;}"
- },
- "elements":[
- {
- "type": "area",
- "colour": "#CC3399",
- "fill": "#343399",
- "fill-alpha": 0.5,
- "text": "Page views",
- "width": 3,
- "font-size": 10,
- "dot-size": 7,
- "values" : [1000,2000,5000,10000,20000,30000,39000]
- }
- ],
- "y_axis":{
- "max": 40000,
- "steps": 10000,
- "labels": {
- "text": "£$#val#%"
- }
- },
-
- "num_decimals": 3,
- "is_fixed_num_decimals_forced": true,
- "is_decimal_separator_comma": true,
- "is_thousand_separator_disabled": true
- }
|