Riskatri opened a new issue #13760:
URL: https://github.com/apache/superset/issues/13760
I want to change font family when I am using tooltip javascript generator,
but idk how to change it. I am trying to write code like this :
d => `
<div> <strong> test: ${d.object.extraProps.wilayah}<strong></div>
<div> objek: ${d.object.extraProps.objek} </div>
<div> coordinate: ${d.object.extraProps.lat}, ${d.object.extraProps.lon}
</div>
<div> jumlah: ${d.object.extraProps.jumlah} </div>
`
where should I put the styles ?
I try in div like <div style="font-family: Arial;"> but not work
--
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]