Skip to content

Commit

Permalink
LCJS v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Niilo Keinänen committed Nov 8, 2023
1 parent abcfde2 commit daa4b16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
© LightningChart Ltd 2009-2022. All rights reserved.


[Bar Chart]: https://lightningchart.com/js-charts/api-documentation/v4.2.0/interfaces/BarChart.html
[Bar Chart Bar]: https://lightningchart.com/js-charts/api-documentation/v4.2.0/
[Bar Chart Value Axis ]: https://lightningchart.com/js-charts/api-documentation/v4.2.0/classes/BarChartValueAxis.html
[Bar Chart Category Axis]: https://lightningchart.com/js-charts/api-documentation/v4.2.0/classes/BarChartCategoryAxis.html
[Bar Chart Types]: https://lightningchart.com/js-charts/api-documentation/v4.2.0/
[Bar Chart Sorting]: https://lightningchart.com/js-charts/api-documentation/v4.2.0/
[Bar Chart]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/interfaces/BarChart.html
[Bar Chart Bar]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/
[Bar Chart Value Axis ]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/classes/BarChartValueAxis.html
[Bar Chart Category Axis]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/classes/BarChartCategoryAxis.html
[Bar Chart Types]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/
[Bar Chart Sorting]: https://lightningchart.com/js-charts/api-documentation/v5.0.1/

4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ slider.max = "2021"
slider.value = "1950"
slider.style.width = "98%"
barDiv.style.textAlign = "center"
slider.style.position = "relative"
slider.style.position = "absolute"
slider.style.top = "0"
slider.style.left = "1%"
slider.addEventListener('input', () => {
animationIsOn = false
displayYear(slider.value)
Expand Down

0 comments on commit daa4b16

Please sign in to comment.