Closed
Description
This is an enhancement suggestion.
When setting the title of an axis, such as:
xaxis: {
type: 'linear',
zeroline: false,
title: "hellox" // <----
},
it would make sense to have the same title as default value in the popup being shown on mouse hovering. Currently, the default value stays "x", where it could have been "hellox" instead.
See an example here: https://codepen.io/anon/pen/qoGQvx
See also the riginal question asked on Stack Overflow
Please, let me know if that makes sense.