diff --git a/examples/bullet/basic/demo/basic.ts b/examples/bullet/basic/demo/basic.ts index 93db5d3070..1a94cd75c7 100644 --- a/examples/bullet/basic/demo/basic.ts +++ b/examples/bullet/basic/demo/basic.ts @@ -15,16 +15,10 @@ const bulletPlot = new Bullet('container', { rangeField: 'ranges', targetField: 'target', xField: 'title', - style: { - range: { - color: '#5B8FF9', - }, - measure: { - color: '#5B8FF9', - }, - target: { - color: '#5B8FF9', - }, + color: { + range: '#5B8FF9', + measure: '#5B8FF9', + target: '#5B8FF9', }, xAxis: { line: null,