diff --git a/demos/xray_wip/demo.css b/demos/xray_wip/demo.css index 23cc8f9..6d7744e 100644 --- a/demos/xray_wip/demo.css +++ b/demos/xray_wip/demo.css @@ -2,6 +2,10 @@ @import url("https://code.highcharts.com/css/highcharts.css"); @import url("https://code.highcharts.com/dashboards/css/dashboards.css"); +#container { + height: 1000px; +} + body { font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif; } diff --git a/demos/xray_wip/demo.html b/demos/xray_wip/demo.html index 1a4444f..58b649f 100644 --- a/demos/xray_wip/demo.html +++ b/demos/xray_wip/demo.html @@ -18,7 +18,6 @@