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', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
   >   },
   >   yAxis: {
   >     type: 'value'
   >   },
   >   series: [
   >     {
   >       data: [150, 230, 224, 218, 135, 147, 260],
   >       type: 'line',
   >       symbolSize: 30,
   >       symbol: 'circle',
   >       itemStyle: {
   >         borderWidth: 3,
   >         borderColor: '#EE6666',
   >         color: 'transparent'
   >       },
   >       lineStyle: {
   >         color: 'green'
   >       }
   >     }
   >   ]
   > };
   > ```
   > 
   > @RootJian please try it like this. 
[Demo](https://echarts.apache.org/examples/zh/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdEgF8-6cjnxFUpMpRqyAbowA2SrT2jrB4VEZUhLCi_MQegsJiAIwArAAMPLAATADMmTnZACxZ2ckAHFnJualVRQDspQBs6dahHhTUdP4Q0MrtpHjkALYARsD-JhAAXt75A-gQLMMmFP7e7gno4xwCEaoQAmDaRLkLpDt7HADCE5x0AMQAok9Nb028cR70dxx0YBxGNA8CBGBwqNAwMEtg4vrAen1VuR1m44egfv57rJWOCIdCEnY4oT0LY7ABuIA)
   > 
   > 
![image](https://user-images.githubusercontent.com/29879262/169432566-360c8ec0-59f7-4edd-91da-58a47dcf0871.png)
   
   It can meet our needs, but I think this bug needs to be fixed. 😂 thx


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to