Refine your search:

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.

asked 12 Jan, 07:09

dndchai's gravatar image

dndchai
291
accept rate: 0%


2 Answers:

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>

link

answered 12 Jan, 11:49

Simon%20Fishel's gravatar image

Simon Fishel
2431
accept rate: 27%

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

(13 Jan, 10:04) dndchai

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

link

answered 12 Jan, 09:06

Brian%20Osburn's gravatar image

Brian Osburn
2.8k13
accept rate: 22%

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

(12 Jan, 10:55) dndchai
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×194
×45
×8

Asked: 12 Jan, 07:09

Seen: 613 times

Last updated: 13 Jan, 10:04

Copyright © 2005-2012 Splunk, Inc. All rights reserved.