Skip to main content
Splunk® Enterprise

Splunk Dashboard Studio

Splunk® Enterprise
9.0.5
This documentation does not apply to the most recent version of Splunk® Enterprise. For documentation on the most recent version, go to the latest release.

Object options and defaults reference

The source options currently available for each chart, shape, and single value visualization are listed in this section. Note that boolean values and numbers are not encased in quotes. All strings and other options must be.

Area chart

Expand

Area chart options

The following options are available for editing area charts in the source editor:

Bar chart

Expand

Bar chart options

The following options are available for editing bar charts in the source editor:

Bubble chart

Expand

Bubble chart options

The following options are available for editing bubble charts in the source editor:

Choropleth map

Expand

Choropleth map options

The following options are available for editing choropleth maps in the source editor:

Choropleth SVG

Expand

Choropleth SVG options

The following options are available for editing choropleth SVG visualizations in the source editor:

Column chart

Expand

Column chart options

The following options are available for editing column charts in the source editor:

Ellipses

Expand

Ellipse shape options

The following options are available for editing an ellipse in the source editor:

Filler gauge

Expand

Filler gauge options

The following options are available for editing filler gauges in the source editor:

Images

Expand

Image options

The following options are available for editing an image in the source editor:

Line chart

Expand

Line chart options

The following options are available for editing line charts in the source editor:

Line shape

Expand

Line shape options

The following options are available for editing a line in the source editor:

Link graph

Expand

Link graph options

The following options are available for editing Link graphs in the source editor:

Markdown text

Expand

Markdown text options

The following options are available for editing Markdown text in the source editor:

Marker gauge

Expand

Marker gauge options

The following options are available for editing marker gauges in the source editor:

Map

Expand

Map options

The following options are available for editing maps in the source editor:


Expand

layers (object type)

The following are nested options that you can set in the layers section of the visualization stanza.

Parallel coordinates

Expand

Parallel coordinates options

The following options are available for editing parallel coordinates in the source editor:

Pie chart

Expand

Pie chart options

The following options are available for editing pie charts in the source editor:

Punchcard chart

Expand

Punchcard chart options

The following options are available for editing punchcard charts in the source editor:

Rectangles

Expand

Rectangle shape options

The following options are available for editing a rectangle in the source editor:

Sankey diagram

Expand

Sankey diagram options

The following options are available for editing Sankey diagrams in the source editor:

Scatter chart

Expand

Scatter chart options

The following options are available for editing scatter charts in the source editor:

Single value

Expand

Single value options

The following options are available for the single value visualization:

Single value icon

Expand

Single Value Icon options

The following options are available for the single value icon visualization:

Single value radial

Expand

Single Value Radial options

The following options are available for the single value radial visualization:

Table

Expand

Global table options

The following options are available for tables:


Expand

tableFormat (object type)

The following are nested settings that are set in the context section of the visualization stanza. They can then be called within tableFormat in the options section and an be used to format global table options:

Expand

columnFormat (object type)

The following are nested settings that are set in the context section of the visualization stanza. They can then be called within columnFormat in the options section and an be used to format individual columns by specifying their fields:

Text

Expand

Text options

The following options are available for editing text in the source editor:

Default properties

In addition to the settings in the options field, there are two default fields that you can set. These are not options, but should be placed at the same level as the options field.

showProgressBar shows a progress bar as a visualization loads and is set to false by default. showLastUpdated shows the last time the visualization was refreshed and is set to false by default.

You can enable these features by adding the properties to a visualization, and changing the settings to true.

In the following example, the visualization will override the default for showProgressBar and show a progress bar as it loads.

	"viz_tpRnLS1I": {
		"type": "splunk.line",
		"showProgressBar": true,
		"options": {
			"showSparkline": false,
			"backgroundColor": "#ffffff"
		},
		"title": "Does have a progress bar",
		"description": "Due to viz override",
		"dataSources": {
			"primary": "ds_o7IqGHcO"
		}
Last modified on 11 June, 2024
Create a dashboard using REST API endpoints   Selector and formatting functions

This documentation applies to the following versions of Splunk® Enterprise: 9.0.1, 9.0.2, 9.0.3, 9.0.4, 9.0.5, 9.0.6, 9.0.7, 9.0.8, 9.0.9, 9.0.10


Please expect delayed responses to documentation feedback while the team migrates content to a new system. We value your input and thank you for your patience as we work to provide you with an improved content experience!

Was this topic useful?







You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters