jeffersonswartz commented on issue #9968: title.textStyle.align not working URL: https://github.com/apache/incubator-echarts/issues/9968#issuecomment-466877071 > > 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)' > }] > } > ``` I tried that too but the second title object overlaps the first one. Is there a way to place the second title below the first one without overlapping?
---------------------------------------------------------------- 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]
