Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
	"axis": {
		"x": {
			"display": true,
			"max": "April",
			"title": {
				"text": "Horizontal Axis Label",
				"font": "Times New Roman",
				"fontSize": 22,
				"fontStyle": "bold",
				"color": "#fff000",
				"padding": 10
				"max": "April",
			},
			"grid": {
				"display": true,
				"color": "#fff000"
			}
		},

		"y": {
			"display": true,
			"title": {
				"text": "Vertical Axis Label",
				"font": "Times New Roman",
				"fontSize": 22,
				"fontStyle": "bold",
				"color": "#f0f0ff",
				"padding": 10
			},
			"grid": {
				"display": true,
				"color": "#3a4f3a"
			}
		}
	}
}

...