Replies: 3 comments 15 replies
-
Hi @iitm707, I believe it's a pretty good idea and a feature nice to have. Could you please provide a sample data you have (like "describe table" statement + some rows) for me to make experiments with? :) Next thing, what's the full name / ID of the panel plugin you are working with? @futuarmo FYI |
Beta Was this translation helpful? Give feedback.
-
Hi @iitm707, First of all, thanks a lot for your contribution! It's great to see your effort to improve the data source! We definitely should support the Although there is an issue in the offered implementation, something that doesn't look good to me. "latitude" and "longitude" are hard-coded everywhere, but they are particular panel specific, not general purpose. Every now and then, there will be a need to add support for some other panels, and we can't do it like this, just by adding more and more fields. |
Beta Was this translation helpful? Give feedback.
-
@unflag This one is done and gone, right? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was trying to plot time series location data from my cassandra database on worldmap panel. But unfortunately current implementation does not supports my query because it gives error if i try to query latitude and longitude columns along with timestamp and id columns.
It will be great if custom queries can be made a little bit more flexible to allow such queries like i mentioned above..
Thank You 👍
Beta Was this translation helpful? Give feedback.
All reactions