Add missing attributes for safari compatibility

pull/1922/head
Alex P 2017-08-22 15:47:38 -07:00
parent 9b4f1ee6a0
commit b57189e737
1 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,8 @@ export const graphTypes = [
graphic: (
<div className="viz-type-selector--graphic">
<svg
width="100%"
height="100%"
version="1.1"
id="Line"
x="0px"
@ -48,6 +50,8 @@ export const graphTypes = [
graphic: (
<div className="viz-type-selector--graphic">
<svg
width="100%"
height="100%"
version="1.1"
id="LineStacked"
x="0px"
@ -89,6 +93,8 @@ export const graphTypes = [
graphic: (
<div className="viz-type-selector--graphic">
<svg
width="100%"
height="100%"
version="1.1"
id="StepPlot"
x="0px"
@ -122,6 +128,8 @@ export const graphTypes = [
graphic: (
<div className="viz-type-selector--graphic">
<svg
width="100%"
height="100%"
version="1.1"
id="SingleStat"
x="0px"
@ -155,6 +163,8 @@ export const graphTypes = [
graphic: (
<div className="viz-type-selector--graphic">
<svg
width="100%"
height="100%"
version="1.1"
id="LineAndSingleStat"
x="0px"
@ -204,6 +214,8 @@ export const graphTypes = [
graphic: (
<div className="viz-type-selector--graphic">
<svg
width="100%"
height="100%"
version="1.1"
id="Bar"
x="0px"