Hi,
We customize chart tooltip formatting everything working fine in Internet Explorer and Google Chrome but not working perfectly in Mozilla Firefox.
Issues details
[Firefox] Format price and volume like this
o Date format: 10/29/15
o All prices should be fixed at 2 decimal places
o Volume should use commas
Regards,
Sufyan
Hello Sufyan,
I'm currently looking in to the first issue with Firefox to determine what is going on with the positioning of the tooltip.
As for the second issue it is important to note that the tooltips use the data as it is in the data source. To have the tooltip render with your formatting you'll need to override the value like you are doing with the date and the volume.
As for the appearance, the best approach would be to create a tooltipTemplate and then specify the exact CSS styling you want applied. You could set the color to whatever value you want and then control transparency through the use of the opacity CSS setting. Or, if you prefer you can use a background-color as an rgba value that would give you a similar effect.
I will keep looking in to the Firefox issue and will have another update for you by the end of the business day tomorrow. If you have any questions or concerns for me in the meantime please let me know.
Hi Jason,
Thank you so much for your response,