|
@@ -119,7 +119,6 @@ $(function () {
|
|
|
|
|
|
}]
|
|
|
});
|
|
|
-
|
|
|
var chart1 =new Highcharts.Chart('container1', {
|
|
|
chart: {
|
|
|
type: 'column',
|
|
@@ -146,7 +145,7 @@ $(function () {
|
|
|
tooltip: {
|
|
|
headerFormat: '<span style="font-size:10px">{point.key}</span><table>',
|
|
|
pointFormat: '<tr></td>' +
|
|
|
- '<td style="padding:0"><b>{point.y} 台</b></td></tr>',
|
|
|
+ '<td style="padding:0"><b>{point.y}台</b></td></tr>',
|
|
|
footerFormat: '</table>',
|
|
|
shared: true,
|
|
|
useHTML: true
|