100pah edited a comment on issue #9968: title.textStyle.align not working URL: https://github.com/apache/incubator-echarts/issues/9968#issuecomment-466801808 > How can I center the title alone without moving the subtext? @jeffersonswartz swartz That is not supported. But we can use two titles to get it. ``` option: { title: [{ text: 'xxx' }, { text: 'xxx (original subtext)' }] } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
