cancel
Showing results for 
Search instead for 
Did you mean: 

Intraday Data in KX Dashboards Charts

Tomás
New Contributor
Hi,

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?

I'd appreciate any help at all with this. 

3 REPLIES 3

dfallon
Contributor
Contributor
Hi Tomás,

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.


Thanks,

Declan

Here is a link to a video tutorial series to help you get started with Dashboards: https://code.kx.com/dashboards/introduction/

Tomás
New Contributor
Hi Declan, 

Thanks for the links and the suggestions: I'll focus on the ChartGL component. 

When I put a Date column into the query (just returning .z.d) the Financial Chart component started to populate. 

Thanks again,

Tomás.