In a Multi-Series or a Combination Chart, it is often required to display all values common to x value in a single bubble. Setting shared to true will show in a common bubble all the values of y from each series next to their name.
Default: falsevar chart = new CanvasJS.Chart("container", { . . toolTip:{ shared: true, }, . . }); chart.render();