microsoft / tsiclient

A JavaScript client for Microsoft Azure Time Series Insights, featuring components for making calls directly to the TSI server, rendering results from the TSI API, and more
https://tsiclientsample.azurewebsites.net/
MIT License
80 stars 66 forks source link

why npm tsiclient version is 1.4.11 but here is 1.4.10 #313

Open collinsyu opened 3 years ago

collinsyu commented 3 years ago

why npm tsiclient version is 1.4.11 but here is 1.4.10

collinsyu commented 3 years ago

i have to format xAxis label by myself, not just date format. while the api is not support ,so i have to add some more tricks base on 1.4.11 , which is the latest version on npm

ccrowley96 commented 3 years ago

As of this message, the latest version on npm is 1.4.12 - https://www.npmjs.com/package/tsiclient

Can you post a screenshot of ypour xAxis labelling issue?