Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import Highcharts from 'ember-highcharts/components/high-charts';
export default Highcharts.extend({
// mode: '', // empty, 'StockChart', or 'Map'
// chartOptions: {},
// content: [],
// theme: {}
});
import Ember from 'ember';
import EmberHighChartsComponent from 'ember-highcharts/components/high-charts';
import _ from 'lodash/lodash';
/*globals Highcharts */
export default EmberHighChartsComponent.extend({
defaultOptions: {
title: {
text: 'Cluster Data'
},
rangeSelector: {
buttons: [{
count: 1,
type: 'minute',
text: '1M'
}, {
count: 5,
type: 'minute',
text: '5M'
}, {
count: 10,
type: 'minute',
import EmberHighChartsComponent from 'ember-highcharts/components/high-charts';
import _ from 'lodash/lodash';
/*globals Highcharts */
export default EmberHighChartsComponent.extend({
defaultOptions: {
chart: {
type: 'spline',
animation: Highcharts.svg
},
title: {
text: 'Node Data'
},
xAxis: {
type: 'datetime',
tickPixelInterval: 150
},
yAxis: {
title: {