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
Do we want to open an issue for the Cedar JSON to support errors, perhaps by allowing users to specify an errorField on series, so that consumers don't have to use overrides?
The text was updated successfully, but these errors were encountered:
@tomwayson A need is often to do more than draw these bars for a single error value but to draw them according to upper and lower confidence interval values, which won't be symmetrical for non-normalized distributions.
There's a "bulletOffset" option for the graphs. Seems like we should be able to deduct the difference between the UCI and value from the LCI and value, and then offset the bullet with that number. Not currently working for me though.
@rgdonohue asked in slack about how you can adapt the v0 error bars example to work in v1. Here's a working example:
Go to http://cedar-v1.surge.sh/ and enter the following in the JSON editor:
You will get something like this:
The key is the
overrides
section which allows you to set the relevant AmCharts properties to match their error char example.@benstoltz
If we want to make this easier we should add default
id
s to the spec axes.@ajturner @ghudgins
Do we want to open an issue for the Cedar JSON to support errors, perhaps by allowing users to specify an
errorField
on series, so that consumers don't have to useoverrides
?The text was updated successfully, but these errors were encountered: