The samples in the KX Dashboards documentation mostly have sample queries to populate charts in daily format, i.e: `Date xasc select Date, Day4_Cumu from ChartDNA
I’ve been having difficulty getting any of the chart types to show intraday data that only has a time column, i.e: time xasc select time, bid from prices where sym = ABC
When I hit execute, the data editor shows the two columns, but the chart never populates. Am I doing something very obvious wrong?
Have you tried using ChartGL (https://code.kx.com/dashboards/chartgl/). When you assign your data source it will automatically assign the x- and y-axis for you. This is an example from a dataset available inside Dashboards Direct.