alex2wong commented on issue #12080: Donut chart with centered dynamic text URL: https://github.com/apache/incubator-echarts/issues/12080#issuecomment-584470511 @akvaliya I believe Ovilia has given quite straightforward answer. ``` title: { text: `${data[0].name} count: ${data[0].value}`, left: 'center', top: 'center', textStyle: { color: '#ccc' } }, ``` try demo : https://gallery.echartsjs.com/editor.html?c=xY55c6SEV&v=5
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
