How to use "temporal": a continuous dimension used to manage time values (kotlinx.datetime.Instant). Note the "smart formatting" for the axes: even without providing a formatter for each of your dimensions, Charts chose the best formats based on your data type and your range of data. - The "pressure" Y-axis uses scientific notation - The "timestamp" X-axis uses HOUR:MINUTE format You can obviously provide your own formatters: have a look at the tooltip formatter for an example.
comments