We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var objBubleNew = { type : 'bubble', options : { maintainAspectRatio : false, responsive : true, tooltips : { mode : 'single' }, scales : { xAxes : [{ type : "time", display : true, interval : 1, intervalType : "day",
time : { format : 'YYYY-MM-DD HH:mm', //displayFormat : 'YYYY-MM-DD HH:mm', //format : 'MMM DD, YYYY', displayFormat : 'MMM DD, YYYY', tooltipFormat : 'YYYY-MM-DD', // round: 'day' }, }], yAxes : [{ display : true, ticks : { beginAtZero : true, max : 24 }, scaleLabel : { display : true, labelString : 'Hours' } }], } }, }
tooltip still show in "YYYY-MM-DD hh:mm" format....
The text was updated successfully, but these errors were encountered:
Fix bubble chart tooltip callback to use correct labels (#3421)
4d2772e
Fix bubble chart tooltip callback to use correct label parsed from scales. Fixes #3029
Fix bubble chart tooltip callback to use correct labels (chartjs#3421)
0597511
Fix bubble chart tooltip callback to use correct label parsed from scales. Fixes chartjs#3029
No branches or pull requests
var objBubleNew = {
type : 'bubble',
options : {
maintainAspectRatio : false,
responsive : true,
tooltips : {
mode : 'single'
},
scales : {
xAxes : [{
type : "time",
display : true,
interval : 1,
intervalType : "day",
tooltip still show in "YYYY-MM-DD hh:mm" format....
The text was updated successfully, but these errors were encountered: