plainheart edited a comment on issue #13414: URL: https://github.com/apache/incubator-echarts/issues/13414#issuecomment-706560330
Sorry, I'm afraid not, the default font of `tooltip` depends on the user's platform. (See https://github.com/apache/incubator-echarts/blob/next/src/model/globalDefault.ts#L64) The reason why some other components' default font is `sans-serif` is that they have been specified with default value in their own model. But the `tooltip` model doesn't specify, so it will use the global default font. (Windows: `Microsoft Yahei`, Others: `sans-serif`)  ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
