Hi
I can't figure out where the domain values for tooltips are being retrieved from. See below image
This chart's tooltips uses a date format which is different to the h-axis's date format. Where does this format come from because this chart doesn't use that format anywhere. How can I set the tooltip to use the current h-axis format? While I'm at it, can I remove the labels 'Units' & 'Price' from the tooltip and use just the coloured blocks?
Current options for this chart w.r.t the tooltips:
tooltip: {
trigger: 'both',
textStyle: { fontSize: 12 },
showColorCode: true
},
selectionMode: 'multiple',
aggregationTarget: 'none',
focusTarget: 'category'
Thanks
Henry