tsichart-core 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.MD +2 -15
  2. package/package.json +1 -1
package/README.MD CHANGED
@@ -155,7 +155,7 @@ Contributions are welcome! This is a community-maintained project. Please feel f
155
155
  MIT License - see [LICENSE](LICENSE) file for details.
156
156
 
157
157
  Original work Copyright (c) Microsoft Corporation
158
- Modified work Copyright (c) 2024 [Your Name]
158
+ Modified work Copyright (c) 2024 [Alexander Sysoiev]
159
159
 
160
160
  ## Acknowledgments
161
161
 
@@ -174,20 +174,7 @@ If you're migrating from the original Microsoft `tsiclient` package:
174
174
  - The `tsiClient.server` object and all related methods have been removed
175
175
  - Focus is now exclusively on client-side visualization components
176
176
 
177
- **Version 1.3.0:**
178
- Starting with version 1.3.0, discrete events and state transitions will be represented just like numeric time series in the LineChart component. This may be a breaking change for users representing non-numeric series in the line chart using the "events" and "states" Chart Options. For usage instructions, consult [this example](https://tsiclientsample.azurewebsites.net/noauth/multipleseriestypes.html) and the associated [documentation](https://github.com/microsoft/tsiclient/blob/master/docs/UX.md#line-chart).
179
-
180
177
 
181
178
  ## Contributing
182
179
 
183
- This project welcomes contributions and suggestions. Most contributions require you to agree to a
184
- Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
185
- the rights to use your contribution. For details, visit https://cla.microsoft.com.
186
-
187
- When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
188
- a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
189
- provided by the bot. You will only need to do this once across all repos using our CLA.
190
-
191
- This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
192
- For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
193
- contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
180
+ This project welcomes contributions and suggestions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsichart-core",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Time Series Interactive Charts - A comprehensive JavaScript library for visualizing time series data with interactive charts including line charts, bar charts, pie charts, heatmaps, scatter plots, and more.",
5
5
  "keywords": [
6
6
  "timeseries",