You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Visualizations included into this collection:
11
11
*[OHLC Chart](#ohlc-chart) for Stocks and Financial Data :hammer_and_wrench:[source code](appserver/static/visualizations/ohlc/src/visualization_source.js)
12
12
*[Box Plot Chart](#box-plot) for Statistical Data :hammer_and_wrench:[source code](appserver/static/visualizations/boxplot/src/visualization_source.js)
13
13
*[Multiple Axes Chart](#multiple-axes-plot) for Advanced Statistical Data Visualizations :hammer_and_wrench:[source code](appserver/static/visualizations/multiple-axes/src/visualization_source.js)
14
+
*[Scatterplot 3D](#scatterplot3d) for Multiple Dimensions / Clustering Data Visualizations :hammer_and_wrench:[source code](appserver/static/visualizations/scatterplot3d/src/visualization_source.js)
14
15
15
16
## Installation
16
17
Please refer to the [Splunk Documentation](https://docs.splunk.com/Documentation/AddOns/released/Overview/Installingadd-ons) for guidance on installing the Add-On in your environment. The app needs to be installed on the SH tier.
@@ -62,6 +63,24 @@ Replace `_time`, `scatter-y2-datasetX` and `line-y-datasetX` with your fields to
0 commit comments