motion-plot icon indicating copy to clipboard operation
motion-plot copied to clipboard

Changing Bar color is not working

Open naiyyar opened this issue 7 years ago • 0 comments

Possible to change default bar colors? i'm trying using below code but still getting default colors

series: [{
        name: 'Profit',
        data: @data1,
        style: {
          color: "e6b7b7",
          width: 0.25
        }
      }, {
        name: 'Loss',
        data: @data2,
        color: "b2eab2"
      }]

Also is there any option to format yAxis number to 10K or 1M ?

Thanks

naiyyar avatar May 05 '18 16:05 naiyyar