[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1131618533 > If you want to stop displaying symbols, set `symbol` to `'none'`. Check this [reference](https://echarts.apache.org/zh/option.html#series-line.symbol). Thx. But i want to

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1131676637 > > use `symbol: 'circle'` instead of `symbol: 'emptyCircle'`(default value). emmm, I need transparency in the middle, not solid.☺ -- This is an automated mess

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1131680247 ![image](https://user-images.githubusercontent.com/41674118/169302884-fbac5404-4f31-46cb-bdc9-006332cf3d92.png) ui design -- This is an automated message from the Apache Git

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132334237 > It's transparent by default. However, it is not the interior that is transparent ![image](https://user-images.githubusercontent.com/41674118/169426774-d913e959-f7be-44ec-87

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132334627 > It's an empty circle by default, which is transparent inside However, it is not the interior that is transparent ![image](https://user-images.githubusercontent.com/4167

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132348473 > Try setting: `symbol: 'path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132371104 > > use `symbol: 'circle'` instead of `symbol: 'emptyCircle'`(default value). > > ``` > option = { > xAxis: { > type: 'category', > data: ['Mon', 'Tue',

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132385286 > I don't think it's a bug, according to [doc](https://echarts.apache.org/zh/option.html#series-line.lineStyle). As you set `itemStyle.color`, the default line color will be chang