-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ Official [API documentation][1] can be found on [LightningChart][2] website. | |
|
||
If the docs and other materials do not solve your problem as well as implementation help is needed, ask on [StackOverflow][3] (tagged lightningchart). | ||
|
||
If you think you found a bug in the LightningChart JavaScript library, please contact support@lightningchart.com. | ||
If you think you found a bug in the LightningChart JavaScript library, please contact sales@lightningchart.com. | ||
|
||
Direct developer email support can be purchased through a [Support Plan][4] or by contacting [email protected]. | ||
|
||
|
@@ -77,15 +77,15 @@ Direct developer email support can be purchased through a [Support Plan][4] or b | |
© LightningChart Ltd 2009-2022. All rights reserved. | ||
|
||
|
||
[Chart XY]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/classes/ChartXY.html | ||
[Axis]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/classes/Axis.html | ||
[Line series]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/classes/LineSeries.html | ||
[Paletted fill]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/classes/PalettedFill.html | ||
[Color lookup table]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/classes/LUT.html | ||
[Color RGBA]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/functions/ColorRGBA.html | ||
[Empty line style]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/variables/emptyLine.html | ||
[Axis tick strategies]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/variables/AxisTickStrategies.html | ||
[UI element builders]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/variables/UIElementBuilders.html | ||
[UI element origins]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/variables/UIOrigins.html | ||
[UI text box]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/interfaces/UITextBox.html | ||
[Chart XY]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/ChartXY.html | ||
[Axis]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/Axis.html | ||
[Line series]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/LineSeries.html | ||
[Paletted fill]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/PalettedFill.html | ||
[Color lookup table]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/classes/LUT.html | ||
[Color RGBA]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/functions/ColorRGBA.html | ||
[Empty line style]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/variables/emptyLine.html | ||
[Axis tick strategies]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/variables/AxisTickStrategies.html | ||
[UI element builders]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/variables/UIElementBuilders.html | ||
[UI element origins]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/variables/UIOrigins.html | ||
[UI text box]: https://lightningchart.com/js-charts/api-documentation/v5.1.0/interfaces/UITextBox.html | ||
|