Skip to content

Commit 103a818

Browse files
author
Friedrich Völkers
committed
update plotly docs (added filter)
1 parent 3a19097 commit 103a818

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

docs/ref-plotly.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,9 @@ traces:
3838
SimWrapper will read the file and insert the appropriate data columns into the configuration automatically. Note the `$` before the keyword that you used for identifying the dataset.
3939

4040
- You can read _multiple datasets_ and refer to columns from each using `$key.column` for each.
41-
- A dataset can also be configured as an object (`file`, `filter`, `pivot`, `rename`, `normalize`, ...), not only as a simple file string.
4241

4342
**Layout.** Layout is handled by SimWrapper automatically; however if you want to override some layout defaults, you can include a `layout` section. The contents will be merged with the default layout values.
4443

45-
### Layout behavior updates
46-
47-
- `layout.legend` from YAML is now merged with SimWrapper defaults (instead of replacing them).
48-
- Axis titles support both Plotly object syntax and legacy string syntax:
49-
- `title: "Distance group"`
50-
- `title: { text: "Distance group", standoff: 12 }`
51-
- If axis titles are present (`xaxis`, `yaxis`, `yaxis2`), margins are automatically enlarged to avoid clipped titles.
52-
5344
### Additional properties
5445

5546
SimWrapper can preprocess datasets with the following special properties for use with the Plotly plug-in. Note, these are not part of the official Plotly library, but are SimWrapper-specific additions.

0 commit comments

Comments
 (0)