Skip to content

Commit

Permalink
Add keyboard navigation and custom styles for focused elements (#70)
Browse files Browse the repository at this point in the history
* Add keyboard navigation and custom styles for focused elements

* Add keyboard navigation tests

* Refactor test and remove unnecessary import

* Reverse the order of the series so that the focus goes from up to down.

* Remove unused dependencies, update Node version to 20.x

* Update .build.yml

* Resolve conflict errors
  • Loading branch information
adiletelf authored Nov 16, 2023
1 parent 7a0e6c5 commit 6b8d019
Show file tree
Hide file tree
Showing 13 changed files with 1,420 additions and 1,015 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ typings
*.log
/coverage
webpack.statistics.html
webpack.statistics.dev.html
webpack.statistics.prod.html
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.4.0
* Add keyboard navigation
* UPD: powerbi-visuals-tools has been updated to 5.2.1

## 2.0.2
* UPD: powerbi-visuals-tools has been updated to 3.0.9 to add IE11 support
* UPD: API has been updated to 2.3.0 to add IE11 support
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

> A stacked area chart with smooth interpolation. Often used to display values over time.
![stacked area chart screenshot](https://github.com/microsoft/powerbi-visuals-streamgraph/blob/master/assets/screenshot.png)
![stacked area chart screenshot](assets/screenshot.png)

# Overview
A stream graph, is a type of stacked area graph which is displaced around a central axis, resulting in a flowing, organic shape.

Expand Down
33 changes: 0 additions & 33 deletions azure-pipelines.yml

This file was deleted.

Loading

0 comments on commit 6b8d019

Please sign in to comment.