Skip to content

Commit fb1fb10

Browse files
committed
chore:renamed dir with screenshots
1 parent 0d046e9 commit fb1fb10

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ If not provided, default values will be used for optional fields `currencypair`,
2929

3030
> Field names **must** correspond to the ones specified above to be properly handled by the visualization
3131
32-
![alt text](.images/OHLC_candlestick.png "OHLC Chart - Candlestick Example")
32+
![alt text](etc/OHLC_candlestick.png "OHLC Chart - Candlestick Example")
3333

34-
![alt text](.images/OHLC_bars.png "OHLC Chart - Bars Example")
34+
![alt text](etc/OHLC_bars.png "OHLC Chart - Bars Example")
3535

3636
### Box Plot
3737
`<basesearch> | table box_name value`
@@ -43,7 +43,7 @@ Replace `box_name` and `value` with your fields to start.
4343
| `box_name` | string | Label of the box | `A` |
4444
| `value` | numeric | Data forming box dataset | `20` |
4545

46-
![alt text](.images/boxplot_chart.png "Boxplot Chart Example")
46+
![alt text](etc/boxplot_chart.png "Boxplot Chart Example")
4747

4848
### Multiple Axes Plot
4949
`<basesearch> | table _time scatter-y2-dataset1 scatter-y2_datasetN line-y-dataset1 line-y-datasetN`
@@ -60,12 +60,12 @@ Replace `_time`, `scatter-y2-datasetX` and `line-y-datasetX` with your fields to
6060

6161
> Field names **must** begin with `scatter` and `line` to be properly handled by the visualization
6262
63-
![alt text](.images/MultipleAxes_plot.png "Multiple Axes Plot")
63+
![alt text](etc/MultipleAxes_plot.png "Multiple Axes Plot")
6464

6565
## Example
6666
This app comes with a dashboard showcasing simple usages of mentioned charts.
6767

68-
* Navigate to `Apps / Search & Reporting / Dashboards`
68+
* Navigate to `Apps / Search & Reporting / Dashboards`
6969
* Click on the dashboard `Overview of Plotly Charts for Splunk`
7070
* Be inspired
7171

@@ -75,4 +75,4 @@ This app comes with a dashboard showcasing simple usages of mentioned charts.
7575
* :bulb: Got an idea for a **new feature**? [Open a feature request](https://github.com/splunk/splunk-plotly-collection-viz/issues/new?assignees=edro15&labels=&template=feature_request.md&title=)
7676

7777
## License
78-
This project is licensed under [Apache-2.0](LICENSE.md)
78+
This project is licensed under [Apache-2.0](./packages/splunk_plotly_collection_viz/LICENSE.md)
File renamed without changes.

0 commit comments

Comments
 (0)