Ryan McKinley

Results 64 comments of Ryan McKinley

This seems similar to the kinda awkward grafana feature: ![image](https://user-images.githubusercontent.com/705951/102818928-650e1600-4387-11eb-8a26-27a94cb8bc53.png)

I don't understand why this would need a different data format/layout from the line variant? I would expect something like: ``` data:[ [a1,a2,a3,...], [b1,b2,b3,...], [c1,c2,c3,...], ] config: { x: 0,...

Obviously many ways to skin this ;) I like your columnar approach in the line chart. Plotly uses something worth looking at -- essentially a vector for each of the...

FYI, what you list above is essentially the native grafana data format -- that is optionally backed by [apache arrow ](https://arrow.apache.org/) tables

Currently the plugin supports simple values ie "555" or a simple map[string]number -- we should be able to support a more complex shape

try with the latest -- 0.0.5 was just published and close this if it is fixed, otherwise let me know

In master, i just updated things so that the axis settings apply to the 3d scene... however when applying date is looks pretty broken :( ![image](https://user-images.githubusercontent.com/705951/52493967-9a3d6080-2b81-11e9-8977-f5e4035fc151.png) Not sure how to...

Using their UI, it looks like you have to fill in the 'aspectratio': ![image](https://user-images.githubusercontent.com/705951/52494701-7c70fb00-2b83-11e9-903c-da0d19c432ae.png) We could be hitting an issue with the range of dates being much larger so that...

This looks good -- I will try to give it some attention this week

When the axis type is date, that should work ![image](https://user-images.githubusercontent.com/705951/52495054-77607b80-2b84-11e9-8536-73c956db14ae.png)