Skip to content
Antoine Moser edited this page Jul 8, 2014 · 3 revisions
{
  title: 'Chart title',
  yAxis: [{
    name: 'y1',
    color: 'orange',
    legend: '',
    position: 'left'
  }],
  xAxis: {
    formatXAxis: 'date',
    legend: '',
    origin: true
  },
  charts:[{
    type: 'line',
    yAxis: 'y1',
    color: 'orange',
    tooltip: true,
    data: [{
      keyD: '',
      valD: ''
    }]
  }]
}
Clone this wiki locally