Dashboards & Visualizations

Version 4.3 - using flash charting instead of JSChart

dndchai
Explorer

I have a number of searches that have a lot of data points on the x-axis. The new JSChart pushes the extra points off of the graph. What's the easiest way of getting these searches to use the old flash charting instead of the default JSChart? Thanks.

Tags (3)
1 Solution

Simon_Fishel
Splunk Employee
Splunk Employee

In simple XML, you can flip the chart to Flash by setting an option that is not yet supported by JSChart. For example, this will get you the Flash version of the chart:

<option name="charting.scaleX">1</option>

View solution in original post

Simon_Fishel
Splunk Employee
Splunk Employee

In simple XML, you can flip the chart to Flash by setting an option that is not yet supported by JSChart. For example, this will get you the Flash version of the chart:

<option name="charting.scaleX">1</option>

dndchai
Explorer

Thanks. I had been looking for an option that would work and chartin.scaleX does the trick. Thanks.

0 Karma

Brian_Osburn
Builder

If it's advanced XML, you can edit the XML and replace "JSChart" with "FlashChart".

dndchai
Explorer

Thanks, but I've been using the simple XML. I'm looking for something really easy to do.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...