Todd Lisonbee
Todd Lisonbee
The `Plot` class gives a layer of abstraction over the underlying `Data` and `Assign` classes but most of the docs show the lower level interfaces. It would be nice if...
This is low priority because it isn't a super important feature but when I tried using it, this feature didn't seem to work. E.g. ``` python Dashboard() \ .with_name(name) \...
Axis configuration on charts currently models the SignalFx REST API but it would be more developer friendly if it was changed. Current API is a `with_axes()` method that takes an...
This seems like a very low priority feature but I did notice that the label option for both the high and low watermarks for Axis options is not currently supported...
This suggestion would be a very minor improvement but often the alias for a `FilterVariable` just ends up being the same as the property name so it would be nice...
Current API takes a 0 or 1 for left vs. right ``` python PublishLabelOptions( y_axis=0 ), PublishLabelOptions( y_axis=1 ) ``` Suggested API is something like: ``` python PublishLabelOptions( y_axis=YAxis.left ),...
`PublishLabelOptions` would make more sense as part of the `Plot` class. It would make the API more closely model the SignalFx UI (vs. modeling the less user friendly Sfx REST...