{
  	"apiVersion": 3,
	"name": "oik-sb/chart",
	"title": "Chart",
	"category": "widgets",
	"icon": "chart-line",
  	"keywords": [ "Chart", "Line", "Bar", "Horizontal bar", "Pie"  ],
	"description": "Displays a chart for CSV content.",
	"textdomain": "sb-chart-block",
	"supports": {
		"html": false,
	  	"align": false,
	  	"typography": {
		  "fontSize": false
		}
	},
  	"attributes": {
		"type": { "type": "string", "default": "line" },
		"content": { "type": "string", "default": "" },
		"theme": { "type": "string", "default": "Chart" },
		"stacked": { "type": "boolean", "default": false },
		"fill": { "type": "boolean", "default": false },
		"height": { "type": "integer", "default": null },
		"beginYAxisAt0": { "type": "boolean", "default": false },
		"opacity": { "type": "number", "default": 0.8 },
	  	"time": {"type":  "boolean", "default": false },
	  	"timeunit": { "type": "string", "default": "day"},
	  	"barThickness": { "type": "integer", "default":  null },
	  	"tension": { "type": "number", "default": 0 },
	  	"labelsFontSize": { "type": "number", "default":  12 },
	  	"xTicksFontSize": { "type": "number", "default": 12 },
	  	"yTicksFontSize": { "type": "number", "default":  12 },
	  	"y1TicksFontSize": { "type": "number", "default":  12 },
	  	"backgroundColors": { "type": "string", "default": "" },
	  	"borderColors": { "type": "string", "default": "" },
	  	"yAxes": { "type": "string", "default": "" }
  	},
	"editorScript": "oik-sb-chart-editor-script",
	"editorStyle": "file:./build/index.css",
	"style": "file:./build/style-index.css"
}
