Replies: 1 comment
-
You currently can't render a plot directly from KQL in Polyglot Notebooks, but you can share the data into another language and plot from there (e.g. share into C#/F# and plot with Plotly.NET or share into JavaScript and plot with PlotlyJS or many other libraries.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a KQL query, and I would like t plot the results like in a bara chart or time chart.
Do I need to use C# code to parse the KQL generate JavaScript code to create the chart?
Is there an easier way to just say "render timechart"
Beta Was this translation helpful? Give feedback.
All reactions