Tag: 气泡图

用错误#17使用npm高位图来绘制气泡图

我正在尝试使用高图的npm版本绘制高图的气泡图,但是出现错误#17,我已经尝试导入highcharts-more,但是没有奏效。 我有以下import import $ from "jquery"; import _ from "underscore"; import Logger from 'js-logger'; import Marionette from 'backbone.marionette'; import Highcharts from 'Highcharts'; import 'Highcharts/highcharts-more'; 气泡图的选项如下: settings = { chart: { type: 'bubble', plotBorderWidth: 1, zoomType: 'xy' }, legend: { enabled: false }, title: { text: 'Sugar and fat intake per country' }, subtitle: { text: […]