a11y: Ensure descriptions on Vega chart examples

This commit is contained in:
natoverse 2020-08-06 15:42:02 -07:00
Родитель ef738a0a18
Коммит a7c15784cf
9 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,6 @@
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "Example Vega area chart using synthetic data.",
"autosize": "fit",
"data": [
{

Просмотреть файл

@ -1,5 +1,6 @@
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "Example Vega bar chart using synthetic data.",
"autosize": "fit",
"data": [
{

Просмотреть файл

@ -1,5 +1,6 @@
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "Example Vega donut chart using synthetic data.",
"autosize": "fit",
"signals": [
{

Просмотреть файл

@ -1,5 +1,6 @@
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "Example Vega line chart using synthetic data.",
"autosize": "fit",
"data": [
{

Просмотреть файл

@ -1,5 +1,6 @@
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "Example Vega population pyramid chart.",
"autosize": "fit",
"signals": [
{

Просмотреть файл

@ -1,5 +1,6 @@
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "Example Vega scatter plot chart using car data.",
"autosize": "fit",
"data": [
{

Просмотреть файл

@ -1,5 +1,6 @@
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "Example Vega stacked area chart using synthetic data.",
"autosize": "fit",
"data": [
{

Просмотреть файл

@ -1,5 +1,6 @@
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "Example Vega stacked bar chart using synthetic data.",
"autosize": "fit",
"data": [
{

Просмотреть файл

@ -1,5 +1,6 @@
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "Example Vega sunburst chart using Flare package hierarchy data.",
"autosize": "fit",
"data": [
{