Replies: 3 comments 1 reply
-
Hey @texodus - sorry for the tag but I see you've been hard at work on some UI improvements (which look awesome!) so I just wanted to bump and see if anything like this was on the radar (specifically more control over D3FC via table values ala holoviews Style Mapping link above)? I could potentially offer a bounty for this work if that would help this along? |
Beta Was this translation helpful? Give feedback.
-
@limx0 there three conflated issues present we'd like to address:
I've opened issues #2198 (1) and #2199 (2) to track these bugs, which should at least fix your issue for now, so I'm going to convert this issue to a discussion, in favor of those for tracking. |
Beta Was this translation helpful? Give feedback.
-
I'm currently streaming data from the tornado backend to a couple of perspective widgets in a html file (thank you for the plentiful examples!) one of which is a rolling time series scatter plot with multiple series. Currently, I believe, the mapping of colours/markers in the
X/Y scatter
plot is basically just the enumeration of whatever data exists in the table at a given time. This is causing my series to change colour/marker if one of the columns in the table is all null for some period of time. Is it possible to declare these styling attributes via some other config?I wonder if it is within scope for perspective to allow configuring the plots from table values (for example like holoviews does - https://holoviews.org/user_guide/Style_Mapping.html)?
An example (the labels of L2 and L3 will flicker between orange and green depending on what is present in the data):
Set x-axis =
timestamp
, y-axis=value
Beta Was this translation helpful? Give feedback.
All reactions