Quantcast
Viewing all articles
Browse latest Browse all 47296

How can I load a highchart library in a custom view?

Splunk Enterprise version 6.4.1 highchart version 4.2.5 My source code: define(function(require, exports, module) { var _ = require("underscore"); var mvc = require("splunkjs/mvc"); var SimpleSplunkView = require("splunkjs/mvc/simplesplunkview"); var Highcharts=require("./contlib/highcharts"); var noData = require("./contlib/modules/no-data-to-display"); var exporting = require("./contlib/modules/exporting"); var xViewHighchart = SimpleSplunkView.extend({ ...... browser error message : `Highcharts is not defined....` please suggest solutions...

Viewing all articles
Browse latest Browse all 47296

Trending Articles