Closed as not planned
Description
What problem does this feature solve?

I have created a multi placeable tooltip on a graph.. https://github.com/mnischay/echarts-multiple-scooters-example
i need to style the text part of the custom tooltip.. currently using graphic "text" options, but I cant seem to style it like the default tooltip
What does the proposed API look like?
graphic: [ {type: 'text', formatter: ..., rich: { } }]