Skip to content

Commit

Permalink
Removed tabindex from GridChart (#151)
Browse files Browse the repository at this point in the history
* Removed tabindex property from GridChart

Signed-off-by: Mihajlo Zeljkovic <[email protected]>

* Changed version number

Signed-off-by: Mihajlo Zeljkovic <[email protected]>
  • Loading branch information
mizeljko authored Jan 16, 2020
1 parent 32f4139 commit a0e40ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion visualization/mlchartlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mlchartlib",
"version": "0.1.35",
"version": "0.1.36",
"license": "MIT",
"description": "Add accesibility, theming, and generating methods for plotly charts",
"main": "rel/index.js",
Expand Down
1 change: 0 additions & 1 deletion visualization/mlchartlib/src/AccessibleChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export class AccessibleChart extends React.Component<AccessibleChartProps> {
className="GridChart"
id={this.guid}
aria-hidden={true}
tabIndex={0}
/>
{this.createTableWithPlotlyData(this.props.plotlyProps.data)}
</>
Expand Down

0 comments on commit a0e40ea

Please sign in to comment.