Is there a easy way to use different suffix values on each line?
Right now I have 3 lines, I'm trying to change the suffix for each, but I was only able to find it using the formatter function.
But if I use the formatter function I need to edit every tooltip, make it just like the default one, and I don't know the default format.
I mean, a easy way like changing colors, what we can simply do:
{
name: 'First line',
type: 'line',
color: '#33CC66',
zIndex: 0,
data: [ ... ]
}