@react-magma/charts 10.0.0-next.2 → 10.0.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/charts +366 -0
- package/dist/charts.js +1 -1
- package/dist/charts.js.map +1 -1
- package/dist/charts.map +1 -0
- package/dist/charts.modern.module.js +1 -1
- package/dist/charts.modern.module.js.map +1 -1
- package/dist/charts.umd.js +1 -1
- package/dist/charts.umd.js.map +1 -1
- package/dist/components/CarbonChart/CarbonChart.d.ts +10 -1
- package/dist/components/CarbonChart/CarbonChartArea.stories.d.ts +3 -0
- package/dist/components/CarbonChart/CarbonChartAreaStacked.stories.d.ts +1 -0
- package/dist/components/CarbonChart/CarbonChartBarGrouped.stories.d.ts +1 -0
- package/dist/components/CarbonChart/CarbonChartBarStacked.stories.d.ts +1 -0
- package/dist/components/CarbonChart/CarbonChartBoxplot.stories.d.ts +4 -0
- package/dist/components/CarbonChart/CarbonChartBubble.stories.d.ts +4 -0
- package/dist/components/CarbonChart/CarbonChartBullet.stories.d.ts +4 -0
- package/dist/components/CarbonChart/CarbonChartCombo.stories.d.ts +4 -0
- package/dist/components/CarbonChart/CarbonChartGauge.stories.d.ts +4 -0
- package/dist/components/CarbonChart/CarbonChartHistogram.stories.d.ts +4 -0
- package/dist/components/CarbonChart/CarbonChartLine.stories.d.ts +11 -0
- package/dist/components/CarbonChart/CarbonChartMeter.stories.d.ts +4 -0
- package/dist/components/CarbonChart/CarbonChartRadar.stories.d.ts +4 -0
- package/dist/components/CarbonChart/CarbonChartScatter.stories.d.ts +4 -0
- package/dist/components/CarbonChart/CarbonChartSparkline.stories.d.ts +4 -0
- package/dist/components/CarbonChart/CarbonChartStep.stories.d.ts +4 -0
- package/package.json +9 -4
- package/src/components/CarbonChart/CarbonChart.tsx +28 -1
- package/src/components/CarbonChart/CarbonChartArea.stories.tsx +272 -0
- package/src/components/CarbonChart/CarbonChartAreaStacked.stories.tsx +152 -0
- package/src/components/CarbonChart/CarbonChartBarGrouped.stories.tsx +124 -0
- package/src/components/CarbonChart/CarbonChartBarStacked.stories.tsx +125 -0
- package/src/components/CarbonChart/CarbonChartBoxplot.stories.tsx +274 -0
- package/src/components/CarbonChart/CarbonChartBubble.stories.tsx +606 -0
- package/src/components/CarbonChart/CarbonChartBullet.stories.tsx +89 -0
- package/src/components/CarbonChart/CarbonChartCombo.stories.tsx +1418 -0
- package/src/components/CarbonChart/CarbonChartGauge.stories.tsx +80 -0
- package/src/components/CarbonChart/CarbonChartHistogram.stories.tsx +767 -0
- package/src/components/CarbonChart/CarbonChartLine.stories.tsx +1050 -0
- package/src/components/CarbonChart/CarbonChartMeter.stories.tsx +216 -0
- package/src/components/CarbonChart/CarbonChartRadar.stories.tsx +479 -0
- package/src/components/CarbonChart/CarbonChartScatter.stories.tsx +467 -0
- package/src/components/CarbonChart/CarbonChartSparkline.stories.tsx +222 -0
- package/src/components/CarbonChart/CarbonChartStep.stories.tsx +173 -0
- package/src/components/LineChart/GraphTooltip.tsx +0 -1
- package/dist/charts.modern.js +0 -366
- package/dist/charts.modern.js.map +0 -1
package/dist/charts
ADDED
|
@@ -0,0 +1,366 @@
|
|
|
1
|
+
import*as e from"react";import{css as t}from"@emotion/react";import{KeyboardIcon as n}from"react-magma-icons";import{Point as r,LineSegment as o,VictoryChart as a,VictoryVoronoiContainer as i,VictoryTooltip as s,VictoryAxis as l,VictoryLine as c,VictoryScatter as d}from"victory";import{StyledTooltip as p,ThemeContext as u,TooltipPosition as f,TooltipArrow as h,useForceUpdate as m,Checkbox as b,I18nContext as g,Card as v,Datagrid as x,Spinner as y,styled as k,Paragraph as w,TabsContainer as I,TabPanel as S,useDescendants as $,TypographyVisualStyle as F,Tabs as P,Tab as L,Tooltip as z,IconButton as C,ButtonVariant as E,Announce as A,TabPanelsContainer as j,useIsInverse as O}from"react-magma-dom";import R from"@emotion/styled";import{jsx as W,jsxs as D,Fragment as T}from"react/jsx-runtime";import{AreaChart as H,StackedAreaChart as q,SimpleBarChart as _,GroupedBarChart as M,StackedBarChart as G,DonutChart as B,LineChart as K,LollipopChart as V,PieChart as Y,RadarChart as N,BoxplotChart as U,BubbleChart as X,BulletChart as Z,GaugeChart as J,HistogramChart as Q,MeterChart as ee,ScatterChart as te,ComboChart as ne}from"@carbon/charts-react";function re(){return re=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},re.apply(this,arguments)}function oe(e,t){if(null==e)return{};var n={};for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)){if(t.indexOf(r)>=0)continue;n[r]=e[r]}return n}const ae=["#00507A","#8F0033","#B84900","#255200","#711E6E","#005249"],ie={width:350,height:350,padding:50},se={fontFamily:'"Work Sans",Helvetica,sans-serif',fontSize:12,letterSpacing:"normal",padding:8,fill:"#3F3F3F",stroke:"transparent",strokeWidth:0},le=re({textAnchor:"middle"},se),ce={area:re({style:{data:{fill:"pink"},labels:se}},ie),axis:re({style:{axis:{fill:"transparent",stroke:"#8F8F8F",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"},axisLabel:re({},le,{padding:8,stroke:"transparent"}),grid:{fill:"none",stroke:"#dfdfdf",strokeLinecap:"round",strokeLinejoin:"round",pointerEvents:"painted"},ticks:{fill:"transparent",size:0,stroke:"#8F8F8F",strokeWidth:0,strokeLinecap:"round",strokeLinejoin:"round"},tickLabels:re({},se,{fill:"#3F3F3F"})}},ie),polarDependentAxis:{style:{ticks:{fill:"transparent",size:1,stroke:"transparent"}}},bar:re({style:{data:{fill:"#3F3F3F",padding:8,strokeWidth:0},labels:se}},ie),boxplot:re({style:{max:{padding:8,stroke:"#3F3F3F",strokeWidth:1},maxLabels:re({},se,{padding:3}),median:{padding:8,stroke:"#3F3F3F",strokeWidth:1},medianLabels:re({},se,{padding:3}),min:{padding:8,stroke:"#3F3F3F",strokeWidth:1},minLabels:re({},se,{padding:3}),q1:{padding:8,fill:"#3F3F3F"},q1Labels:re({},se,{padding:3}),q3:{padding:8,fill:"#3F3F3F"},q3Labels:re({},se,{padding:3})},boxWidth:20},ie),candlestick:re({style:{data:{stroke:"#3F3F3F"},labels:re({},se,{padding:5})},candleColors:{positive:"#ffffff",negative:"#3F3F3F"}},ie),chart:ie,errorbar:re({borderWidth:8,style:{data:{fill:"transparent",opacity:1,stroke:"#3F3F3F",strokeWidth:2},labels:se}},ie),group:re({colorScale:ae},ie),histogram:re({style:{data:{fill:"#3F3F3F",stroke:"pink",strokeWidth:2},labels:se}},ie),legend:{colorScale:ae,gutter:10,orientation:"vertical",titleOrientation:"top",style:{data:{type:"circle"},labels:se,title:re({},se,{padding:5})}},line:re({style:{data:{fill:"transparent",opacity:1,stroke:"#3F3F3F",strokeWidth:2},labels:se}},ie),pie:re({colorScale:ae,style:{data:{padding:8,stroke:"#DFDFDF",strokeWidth:1},labels:re({},se,{padding:20})}},ie),scatter:re({style:{data:{fill:"#3F3F3F",opacity:1,stroke:"transparent",strokeWidth:0},labels:se}},ie),stack:re({colorScale:ae},ie),tooltip:{style:re({},se,{padding:0,pointerEvents:"none"}),flyoutStyle:{stroke:"pink",strokeWidth:1,fill:"#f0f0f0",pointerEvents:"none"},flyoutPadding:5,cornerRadius:5,pointerLength:10},voronoi:re({style:{data:{fill:"transparent",stroke:"transparent",strokeWidth:0},labels:re({},se,{padding:5,pointerEvents:"none"}),flyout:{stroke:"pink",strokeWidth:1,fill:"#f0f0f0",pointerEvents:"none"}}},ie)};let de,pe,ue=e=>e;const fe=R(p)(de||(de=ue`
|
|
2
|
+
background: ${0};
|
|
3
|
+
border: 1px solid ${0};
|
|
4
|
+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
|
|
5
|
+
box-sizing: border-box;
|
|
6
|
+
color: ${0};
|
|
7
|
+
font-size: ${0};
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
line-height: ${0};
|
|
10
|
+
margin: 0;
|
|
11
|
+
padding: 8px;
|
|
12
|
+
width: fit-content;
|
|
13
|
+
div {
|
|
14
|
+
margin-bottom: 8px;
|
|
15
|
+
display: flex;
|
|
16
|
+
align-items: flex-start;
|
|
17
|
+
&:last-of-type {
|
|
18
|
+
margin-bottom: 0;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
`),e=>e.theme.colors.neutral100,e=>e.theme.colors.neutral300,e=>e.theme.colors.neutral,e=>e.theme.typeScale.size02.fontSize,e=>e.theme.typeScale.size02.lineHeight),he=R.span(pe||(pe=ue`
|
|
22
|
+
background: ${0};
|
|
23
|
+
border: ${0};
|
|
24
|
+
border-radius: 4px;
|
|
25
|
+
height: 20px;
|
|
26
|
+
width: 20px;
|
|
27
|
+
margin-right: 8px;
|
|
28
|
+
`),e=>e.color,e=>e.color?"none":"3px solid black"),me=t=>{const{datum:n,index:r,showTooltip:o,x:a,y:i}=t,s=e.useContext(u);return o===`${r}-${n.index}`?W("g",{style:{pointerEvents:"none"},children:W("foreignObject",{x:a,y:i,width:"275",height:"100%",children:D(fe,{position:f.top,role:"tooltip",theme:s,children:[D("div",{children:[W(he,{color:s.iterableColors[r]}),W("span",{children:n.label})]}),W(h,{theme:s})]})})}):null},be=t=>{const{x:n,y:r,activePoints:o,hiddenData:a,dataLength:i}=t,s=Array.from(Array(i-0),(e,t)=>t+0).filter(e=>!a.includes(e)),l=e.useContext(u);return W("g",{style:{pointerEvents:"none"},children:W("foreignObject",{x:n,y:r,width:"275",height:"100%",children:D(fe,{"data-testid":"axis-tooltip",position:f.top,role:"tooltip",theme:l,children:[o.map((e,t)=>D("div",{children:[W(he,{color:l.iterableColors[s[t]]}),W("span",{children:e.label})]},t)),W(h,{theme:l})]})})})},ge=["datum","index","lineIndex","pointRefArray","registerPoint","unregisterPoint"],ve=["lineIndex","pointRefArray","pointIndex","registerPoint","unregisterPoint"],xe=e=>{const{datum:t,index:n,lineIndex:o,pointRefArray:a,registerPoint:i,unregisterPoint:s}=e,l=oe(e,ge);return W(r,re({},l,{ariaLabel:t.label,pathComponent:W(ye,{lineIndex:o,pointIndex:n,pointRefArray:a,registerPoint:i,unregisterPoint:s}),role:"button",tabIndex:0}))},ye=t=>{const{lineIndex:n,pointRefArray:r,pointIndex:o,registerPoint:a,unregisterPoint:i}=t,s=oe(t,ve),l=m(),c=e.useRef(null);return e.useEffect(()=>(a(r,c),l(),()=>i(r,c)),[]),W("path",re({ref:c,"data-line-index":n,"data-point-index":o},s))},ke=["events"],we=e=>{let{events:t}=e,n=oe(e,ke);return D("g",{children:[W(o,re({},n,{events:t,style:{strokeWidth:"50px",stroke:"transparent"}})),W(o,re({},n,{events:t,style:{strokeWidth:"1px",stroke:"black",strokeOpacity:"0.2"}}))]})},Ie=["children","color","dataIndex","isHidden","onClick","name","focusCurrentLine","resetLineFocus"],Se=e.forwardRef((t,n)=>{const{color:r,dataIndex:o,isHidden:a,onClick:i,name:s,focusCurrentLine:l,resetLineFocus:c}=t,d=oe(t,Ie);function p(){a||l&&"function"==typeof l&&l(o)}const f=e.useContext(u);return W("div",{style:{display:"inline-flex"},onMouseEnter:p,onMouseLeave:c,children:W(b,re({checked:!a,color:r,containerStyle:{alignItems:"center",border:"0",boxShadow:"0 0 0",color:f.colors.neutral,display:"inline-flex",margin:"0 36px 20px 0",padding:"0"},inputStyle:{border:r?"none":`2px solid ${f.colors.neutral800}`,borderRadius:"4px"},labelText:s,onBlur:c,onClick:function(){i&&"function"==typeof i&&i(o),a||c&&"function"==typeof c&&c()},onFocus:p,ref:n,theme:f},d))})}),$e=["axisLabel","tickLabels"],Fe=["style"],Pe=["axisLabel","tickLabels"],Le=["style"];let ze,Ce,Ee,Ae,je=e=>e;const Oe=R.div(ze||(ze=je`
|
|
29
|
+
max-height: 600px;
|
|
30
|
+
max-width: 800px;
|
|
31
|
+
svg {
|
|
32
|
+
overflow: visible;
|
|
33
|
+
}
|
|
34
|
+
`)),Re=R.div(Ce||(Ce=je``)),We=R.div(Ee||(Ee=je`
|
|
35
|
+
padding-bottom: 24px;
|
|
36
|
+
`)),De=R.p(Ae||(Ae=je`
|
|
37
|
+
color: ${0};
|
|
38
|
+
font-size: ${0};
|
|
39
|
+
`),e=>e.theme.colors.neutral,e=>e.theme.typeScale.size02.fontSize);function Te(t){const{componentProps:{chart:n={},line:r={},scatter:o={},xAxis:{style:{axisLabel:p,tickLabels:f}={}}={style:{}},yAxis:{style:{axisLabel:h,tickLabels:m}={}}={style:{}}}={},data:b=[],lastFocusedScatterPoint:v,pointRefArray:x,registerPoint:y,unregisterPoint:k,tabRef:w,x:I,y:S}=t,$=oe(t.componentProps.xAxis.style,$e),F=oe(t.componentProps.xAxis,Fe),P=oe(t.componentProps.yAxis.style,Pe),L=oe(t.componentProps.yAxis,Le),z=e.useContext(u),C=e.useContext(g),[E,A]=e.useState([]),[j,O]=e.useState(800),[R,H]=e.useState(null),[q,_]=e.useState(null),[M,G]=e.useState(!0),[B,K]=e.useState(!1),V=e.useRef(null),Y=e.useRef(null);e.useEffect(()=>(Z(),window.addEventListener("resize",Z),window.addEventListener("keydown",J),()=>{window.removeEventListener("resize",Z),window.removeEventListener("keydown",J)}),[]),e.useEffect(()=>(window.addEventListener("mousemove",Q),()=>{window.removeEventListener("mousemove",Q)}),[q]);const N=b.map((e,t)=>`scatter-${t}`),U=re({tickLabels:re({color:"#3f3f3f",fontSize:12},f),axisLabel:re({color:"#3f3f3f",padding:44,fontSize:14,fontWeight:"bold"},p)},$),X=re({tickLabels:re({fontSize:12},m),axisLabel:re({color:"#3f3f3f",padding:64,fontSize:14,fontWeight:"bold"},h)},P);function Z(){V.current&&O(V.current.clientWidth)}function J(e){"Escape"===e.key&&(_(null),G(!1))}function Q(){!q&&G(!0)}function ee(e){return null===R||R===e?1:.1}function te(e){E.includes(e)?A(E.filter(t=>t!==e)):A(E.concat([e]))}function ne(e){H(e)}function ae(){H(null)}const ie=(e,t)=>{if(t.current){const n=parseInt(t.current.getAttribute("data-line-index"),10);!e.includes(n)&&e.push(parseInt(t.current.getAttribute("data-line-index"),10))}return e},se=e=>{const t=parseInt(e.current.getAttribute("data-line-index"),10),n=parseInt(e.current.getAttribute("data-point-index"),10),r=x.current.reduce(ie,[]);return{currentLineIndex:t,currentPointIndex:n,lineIndexes:r,lowestLineIndex:r[0],highestLineIndex:r[r.length-1]}},le=(e,t)=>n=>n.current&&parseInt(n.current.getAttribute("data-line-index"),10)===e&&parseInt(n.current.getAttribute("data-point-index"),10)===t;function de(e){const{key:t,shiftKey:n}=e;"Tab"===t&&n&&v&&v.current&&x.current.find(e=>e.current===v.current)&&(e.preventDefault(),v.current.focus())}return D(Oe,{ref:V,children:[W(Re,{onKeyDown:function(e){const{key:t,shiftKey:n}=e;switch(t){case"Tab":e.preventDefault(),v.current=x.current.find(e=>e.current===document.activeElement).current,n?w.current&&w.current.focus():Y.current&&Y.current.focus();break;case"ArrowRight":{const e=x.current.findIndex(e=>e.current===document.activeElement);var r;void 0!==e&&(e===x.current.length-1?null==(r=x.current[0])||null==(r=r.current)||r.focus():x.current[e+1].current.focus());break}case"ArrowLeft":{const e=x.current.findIndex(e=>e.current===document.activeElement);void 0!==e&&(0===e?x.current[x.current.length-1].current.focus():x.current[e-1].current.focus());break}case"ArrowUp":{e.preventDefault();const t=x.current.find(e=>e.current===document.activeElement);if(t&&t.current){const{currentLineIndex:e,currentPointIndex:n,lineIndexes:r,lowestLineIndex:o,highestLineIndex:a}=se(t);if(e===o)x.current.find(le(a,n)).current.focus();else{const t=r[r.indexOf(e)-1];x.current.find(le(t,n)).current.focus()}}break}case"ArrowDown":{e.preventDefault();const t=x.current.find(e=>e.current===document.activeElement);if(t&&t.current){const{currentLineIndex:e,currentPointIndex:n,lineIndexes:r,lowestLineIndex:o,highestLineIndex:a}=se(t);if(e===a)x.current.find(le(o,n)).current.focus();else{const t=r[r.indexOf(e)+1];x.current.find(le(t,n)).current.focus()}}break}}},children:D(a,re({domainPadding:32,height:400,padding:{top:0,left:80,right:0,bottom:62},theme:ce,width:j,containerComponent:W(i,{name:"xAxisGroupLabel",voronoiBlacklist:N,voronoiDimension:"x",labels:B&&M?()=>" ":void 0,labelComponent:M?W(s,{flyoutComponent:W(be,{dataLength:b.length,hiddenData:E})}):void 0,role:"presentation",voronoiPadding:32})},n,{children:[W(l,re({},L,{dependentAxis:!0,style:X})),b.map(({data:e},t)=>!E.includes(t)&&W(c,re({style:{data:{opacity:ee(t),stroke:z.iterableColors[t],strokeWidth:"3"},parent:{border:z.colors.neutral400}},data:e,labelComponent:W(T,{}),x:I,y:S},r),`line${t}`)),W(l,re({},F,{style:U,gridComponent:W(we,{events:{onMouseEnter:()=>K(!0),onMouseLeave:()=>K(!1)}})})),b.map(({data:e},t)=>!E.includes(t)&&W(d,re({name:`scatter-${t}`,events:[{target:"data",eventHandlers:{onBlur:()=>(G(!0),_(null),[{target:"labels",mutation:()=>({active:void 0})}]),onClick:()=>[{target:"labels",mutation:e=>(_(`${e.datum.lineIndex}-${e.datum.index}`),{active:!0})}],onFocus:()=>(G(!1),[{target:"labels",mutation:e=>(_(`${e.datum.lineIndex}-${e.datum.index}`),{active:!0})}]),onMouseEnter:()=>(G(!1),[{target:"labels",mutation:e=>(_(`${e.datum.lineIndex}-${e.datum.index}`),{active:!0})}]),onMouseLeave:()=>{_(null),G(!0)}}}],style:{data:{fill:z.colors.neutral100,opacity:ee(t),stroke:z.iterableColors[t],strokeWidth:2}},size:5,data:e.map((e,n)=>re({index:n,lineIndex:t},e)),dataComponent:W(xe,{lineIndex:t,pointRefArray:x,registerPoint:y,unregisterPoint:k}),labels:()=>"",labelComponent:W(s,{text:"",flyoutComponent:W(me,{index:t,showTooltip:q})}),x:I,y:S},o),`scatter${t}`))]}))}),D(We,{children:[W(De,{theme:z,children:C.charts.line.dataLegendsLabel}),b.map(({name:e},t)=>{const n=C.charts.line.legendButtonAriaLabel.replace(/\{name\}/g,e);return W(Se,{"aria-label":n,color:z.iterableColors[t],dataIndex:t,isHidden:E.includes(t),name:e,onClick:te,onKeyDown:0===t?de:void 0,focusCurrentLine:ne,ref:0===t?Y:void 0,resetLineFocus:ae},t)})]})]})}function He(e){return e.toLowerCase().replace(/[^a-z 0-9]/gi,"").replace(/(?:^\w|[A-Z]|\b\w)/g,(e,t)=>0===t?e.toLowerCase():e.toUpperCase()).replace(/\s+/g,"")}const qe=t=>{const{data:n=[],xData:{keyValue:r,label:o,tickFormat:a,tickValues:i},yData:{keyValue:s,tickFormat:l}}=t,[c,d]=e.useState({columns:[],rows:[]});return e.useEffect(()=>{d(function(){const e=He(r||o||"x"),t=n.reduce((e,{data:t})=>(t.forEach(t=>{const n=t.x||r&&t[r];!e.includes(n)&&e.push(n)}),e),[]);let c={columns:t.length>0?[{field:e,header:o||r||"X",isRowHeader:!0}]:[],rows:t.reduce((n,r,o)=>{const s=i&&"number"==typeof r&&i.length===t.length?a&&"function"==typeof a?a(i[r-1]):i[r-1]:a&&Array.isArray(a)?a[r-1]:a&&"function"==typeof a?a(r):r;return n.push({[e]:s,id:o}),n},[])};return n.reduce((e,t)=>{const{name:n,data:r}=t,o=He(n);return e.columns.push({field:o,header:n}),r.forEach((t,n)=>{const r=t.y||0===t.y?t.y:s&&t[s];e.rows[n]=re({},e.rows[n],{id:c.rows.length>0?n+1:n,[o]:l&&"function"==typeof l?l(r):r})}),e},c)}())},[n]),W(v,{children:c.rows.length>0?W(x,{hasPagination:!1,columns:c.columns,rows:c.rows}):W(y,{})})},_e=["description","title","testId","type"];let Me,Ge,Be,Ke,Ve,Ye,Ne=e=>e;const Ue=k.span(Me||(Me=Ne`
|
|
40
|
+
color: ${0};
|
|
41
|
+
font-size: ${0};
|
|
42
|
+
font-weight: 600;
|
|
43
|
+
font-family: ${0};
|
|
44
|
+
line-height: ${0};
|
|
45
|
+
margin: 0 0 12px 0;
|
|
46
|
+
`),e=>e.theme.colors.neutral,e=>e.theme.typeScale.size04.fontSize,e=>e.theme.bodyFont,e=>e.theme.typeScale.size04.lineHeight),Xe=k(w)(Ge||(Ge=Ne`
|
|
47
|
+
font-size: ${0};
|
|
48
|
+
margin: 0 0 18px 0;
|
|
49
|
+
`),e=>e.theme.typeScale.size02.fontSize),Ze=k(I)(Be||(Be=Ne`
|
|
50
|
+
width: 800px;
|
|
51
|
+
ul {
|
|
52
|
+
box-shadow: inset 0 -1px 0 ${0};
|
|
53
|
+
}
|
|
54
|
+
`),e=>e.theme.colors.neutral300),Je=k(S)(Ke||(Ke=Ne`
|
|
55
|
+
padding: 22px 0;
|
|
56
|
+
`)),Qe=k(v)(Ve||(Ve=Ne`
|
|
57
|
+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
|
|
58
|
+
display: ${0};
|
|
59
|
+
right: ${0};
|
|
60
|
+
max-height: ${0};
|
|
61
|
+
opacity: ${0};
|
|
62
|
+
outline: 0;
|
|
63
|
+
overflow-y: auto;
|
|
64
|
+
padding: ${0}
|
|
65
|
+
${0};
|
|
66
|
+
position: absolute;
|
|
67
|
+
transition: opacity 0.3s;
|
|
68
|
+
white-space: nowrap;
|
|
69
|
+
z-index: 2;
|
|
70
|
+
|
|
71
|
+
${0}
|
|
72
|
+
`),e=>e.isOpen?"block":"none",e=>e.theme.spaceScale.spacing02,e=>e.maxHeight?e.maxHeight:e.theme.dropdown.content.maxHeight,e=>e.isOpen?"1":"0",e=>e.theme.spaceScale.spacing05,e=>e.theme.spaceScale.spacing05,e=>e.width&&t(Ye||(Ye=Ne`
|
|
73
|
+
white-space: normal;
|
|
74
|
+
width: ${0};
|
|
75
|
+
`),e.width));function et(t,r){var o,a,i;const{description:s,title:l,type:c}=t,d=oe(t,_e),p=e.useRef(null),f=e.useRef(null),h=e.useContext(u),m=e.useContext(g),[b,v,x]=$(),[y,k]=e.useState(!1);return D("div",{ref:r,children:[W(Ue,{theme:h,children:l}),s&&W(Xe,{theme:h,visualStyle:F.bodySmall,children:s}),D(Ze,{theme:h,children:[D(P,{children:[W(L,{children:m.charts.line.chartTabLabel}),W(L,{children:m.charts.line.dataTabLabel}),D("div",{onBlur:function(){k(!1)},style:{display:"inline-block",marginLeft:"auto"},children:[W(z,{content:m.charts.line.keyboardInstructionsTooltip,ref:p,children:W(C,{"aria-controls":"keyboardInstructions","aria-label":m.charts.line.keyboardInstructionsTooltip,"aria-expanded":Boolean(y),icon:W(n,{}),onClick:function(){k(e=>!e)},onKeyDown:function(e){const{key:t,shiftKey:n}=e;switch(t){case"Escape":k(!1);break;case"Tab":!n&&f&&f.current&&b.current.find(e=>e.current===f.current)&&(e.preventDefault(),f.current.focus())}},variant:E.link})}),W(A,{children:D(Qe,{id:"keyboardInstructions",isOpen:y,theme:h,width:"350px",children:[W(w,{visualStyle:F.headingXSmall,style:{margin:"0 0 16px"},children:m.charts.line.keyboardInstructionsHeader}),m.charts.line.keyboardInstructions]})})]})]}),D(j,{children:[W(Je,{theme:h,children:"line"===c&&W(Te,re({},d,{lastFocusedScatterPoint:f,pointRefArray:b,registerPoint:v,tabRef:p,unregisterPoint:x}))}),W(Je,{theme:h,children:W(qe,{data:d.data,xData:{keyValue:d.x,label:null==(o=d.componentProps)||null==(o=o.xAxis)?void 0:o.label,tickFormat:null==(a=d.componentProps)||null==(a=a.xAxis)?void 0:a.tickFormat},yData:{keyValue:d.y,tickFormat:null==(i=d.componentProps)||null==(i=i.yAxis)?void 0:i.tickFormat}})})]})]})]})}const tt=e.forwardRef(et);function nt(){return nt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},nt.apply(this,arguments)}function rt(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ot(e,t){return ot=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},ot(e,t)}function at(e){return at=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},at(e)}function it(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(it=function(){return!!e})()}function st(e,t,n){if(it())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var o=new(e.bind.apply(e,r));return n&&ot(o,n.prototype),o}function lt(e){var t="function"==typeof Map?new Map:void 0;return lt=function(e){if(null===e||!function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return st(e,arguments,at(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),ot(n,e)},lt(e)}var ct={1:"Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }).\n\n",2:"Passed invalid arguments to hsla, please pass multiple numbers e.g. hsla(360, 0.75, 0.4, 0.7) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75, alpha: 0.7 }).\n\n",3:"Passed an incorrect argument to a color function, please pass a string representation of a color.\n\n",4:"Couldn't generate valid rgb string from %s, it returned %s.\n\n",5:"Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.\n\n",6:"Passed invalid arguments to rgb, please pass multiple numbers e.g. rgb(255, 205, 100) or an object e.g. rgb({ red: 255, green: 205, blue: 100 }).\n\n",7:"Passed invalid arguments to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }).\n\n",8:"Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.\n\n",9:"Please provide a number of steps to the modularScale helper.\n\n",10:"Please pass a number or one of the predefined scales to the modularScale helper as the ratio.\n\n",11:'Invalid value passed as base to modularScale, expected number or em string but got "%s"\n\n',12:'Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.\n\n',13:'Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.\n\n',14:'Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.\n\n',15:'Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.\n\n',16:"You must provide a template to this method.\n\n",17:"You passed an unsupported selector state to this method.\n\n",18:"minScreen and maxScreen must be provided as stringified numbers with the same units.\n\n",19:"fromSize and toSize must be provided as stringified numbers with the same units.\n\n",20:"expects either an array of objects or a single object with the properties prop, fromSize, and toSize.\n\n",21:"expects the objects in the first argument array to have the properties `prop`, `fromSize`, and `toSize`.\n\n",22:"expects the first argument object to have the properties `prop`, `fromSize`, and `toSize`.\n\n",23:"fontFace expects a name of a font-family.\n\n",24:"fontFace expects either the path to the font file(s) or a name of a local copy.\n\n",25:"fontFace expects localFonts to be an array.\n\n",26:"fontFace expects fileFormats to be an array.\n\n",27:"radialGradient requries at least 2 color-stops to properly render.\n\n",28:"Please supply a filename to retinaImage() as the first argument.\n\n",29:"Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.\n\n",30:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",31:"The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation\n\n",32:"To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])\nTo pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')\n\n",33:"The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation\n\n",34:"borderRadius expects a radius value as a string or number as the second argument.\n\n",35:'borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.\n\n',36:"Property must be a string value.\n\n",37:"Syntax Error at %s.\n\n",38:"Formula contains a function that needs parentheses at %s.\n\n",39:"Formula is missing closing parenthesis at %s.\n\n",40:"Formula has too many closing parentheses at %s.\n\n",41:"All values in a formula must have the same unit or be unitless.\n\n",42:"Please provide a number of steps to the modularScale helper.\n\n",43:"Please pass a number or one of the predefined scales to the modularScale helper as the ratio.\n\n",44:"Invalid value passed as base to modularScale, expected number or em/rem string but got %s.\n\n",45:"Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.\n\n",46:"Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.\n\n",47:"minScreen and maxScreen must be provided as stringified numbers with the same units.\n\n",48:"fromSize and toSize must be provided as stringified numbers with the same units.\n\n",49:"Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.\n\n",50:"Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.\n\n",51:"Expects the first argument object to have the properties prop, fromSize, and toSize.\n\n",52:"fontFace expects either the path to the font file(s) or a name of a local copy.\n\n",53:"fontFace expects localFonts to be an array.\n\n",54:"fontFace expects fileFormats to be an array.\n\n",55:"fontFace expects a name of a font-family.\n\n",56:"linearGradient requries at least 2 color-stops to properly render.\n\n",57:"radialGradient requries at least 2 color-stops to properly render.\n\n",58:"Please supply a filename to retinaImage() as the first argument.\n\n",59:"Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.\n\n",60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:"Property must be a string value.\n\n",62:"borderRadius expects a radius value as a string or number as the second argument.\n\n",63:'borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.\n\n',64:"The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.\n\n",65:"To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])\\nTo pass a single animation please supply them in simple values, e.g. animation('rotate', '2s').\n\n",66:"The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.\n\n",67:"You must provide a template to this method.\n\n",68:"You passed an unsupported selector state to this method.\n\n",69:'Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.\n\n',70:'Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.\n\n',71:'Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.\n\n',72:'Passed invalid base value %s to %s(), please pass a value like "12px" or 12.\n\n',73:"Please provide a valid CSS variable.\n\n",74:"CSS variable not found.\n\n",75:"fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.\n"};function dt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,o=t[0],a=[];for(r=1;r<t.length;r+=1)a.push(t[r]);return a.forEach(function(e){o=o.replace(/%[a-z]/,e)}),o}var pt=function(e){var t,n;function r(t){var n;if("production"===process.env.NODE_ENV)n=e.call(this,"An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#"+t+" for more information.")||this;else{for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];n=e.call(this,dt.apply(void 0,[ct[t]].concat(o)))||this}return rt(n)}return n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,ot(t,n),r}(lt(Error));function ut(e){return Math.round(255*e)}function ft(e,t,n){return ut(e)+","+ut(t)+","+ut(n)}function ht(e,t,n,r){if(void 0===r&&(r=ft),0===t)return r(n,n,n);var o=(e%360+360)%360/60,a=(1-Math.abs(2*n-1))*t,i=a*(1-Math.abs(o%2-1)),s=0,l=0,c=0;o>=0&&o<1?(s=a,l=i):o>=1&&o<2?(s=i,l=a):o>=2&&o<3?(l=a,c=i):o>=3&&o<4?(l=i,c=a):o>=4&&o<5?(s=i,c=a):o>=5&&o<6&&(s=a,c=i);var d=n-a/2;return r(s+d,l+d,c+d)}var mt={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},bt=/^#[a-fA-F0-9]{6}$/,gt=/^#[a-fA-F0-9]{8}$/,vt=/^#[a-fA-F0-9]{3}$/,xt=/^#[a-fA-F0-9]{4}$/,yt=/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/i,kt=/^rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*([-+]?[0-9]*[.]?[0-9]+)\s*\)$/i,wt=/^hsl\(\s*(\d{0,3}[.]?[0-9]+)\s*,\s*(\d{1,3}[.]?[0-9]?)%\s*,\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,It=/^hsla\(\s*(\d{0,3}[.]?[0-9]+)\s*,\s*(\d{1,3}[.]?[0-9]?)%\s*,\s*(\d{1,3}[.]?[0-9]?)%\s*,\s*([-+]?[0-9]*[.]?[0-9]+)\s*\)$/i,St=function(e){return 7===e.length&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e};function $t(e){var t=e.toString(16);return 1===t.length?"0"+t:t}function Ft(e,t,n){return function(){var r=n.concat(Array.prototype.slice.call(arguments));return r.length>=t?e.apply(this,r):Ft(e,t,r)}}function Pt(e){return Ft(e,e.length,[])}function Lt(e,t){if("transparent"===t)return t;var n,r=function(e){if("string"!=typeof e)throw new pt(3);var t=function(e){if("string"!=typeof e)return e;var t=e.toLowerCase();return mt[t]?"#"+mt[t]:e}(e);if(t.match(bt))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(gt)){var n=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:n}}if(t.match(vt))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(xt)){var r=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:r}}var o=yt.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=kt.exec(t.substring(0,50));if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10),alpha:parseFloat(""+a[4])};var i=wt.exec(t);if(i){var s="rgb("+ht(parseInt(""+i[1],10),parseInt(""+i[2],10)/100,parseInt(""+i[3],10)/100)+")",l=yt.exec(s);if(!l)throw new pt(4,t,s);return{red:parseInt(""+l[1],10),green:parseInt(""+l[2],10),blue:parseInt(""+l[3],10)}}var c=It.exec(t.substring(0,50));if(c){var d="rgb("+ht(parseInt(""+c[1],10),parseInt(""+c[2],10)/100,parseInt(""+c[3],10)/100)+")",p=yt.exec(d);if(!p)throw new pt(4,t,d);return{red:parseInt(""+p[1],10),green:parseInt(""+p[2],10),blue:parseInt(""+p[3],10),alpha:parseFloat(""+c[4])}}throw new pt(5)}(t);return function(e,t,n,r){if("object"==typeof e)return e.alpha>=1?function(e,t,n){if("number"==typeof e&&"number"==typeof t&&"number"==typeof n)return St("#"+$t(e)+$t(t)+$t(n));if("object"==typeof e&&void 0===t&&void 0===n)return St("#"+$t(e.red)+$t(e.green)+$t(e.blue));throw new pt(6)}(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")";throw new pt(7)}(nt({},r,{alpha:(n=+(100*("number"==typeof r.alpha?r.alpha:1)-100*parseFloat(e)).toFixed(2)/100,Math.max(0,Math.min(1,n)))}))}var zt=Pt(Lt);const Ct=["children","testId","isInverse","type","dataSet","options"];let Et;var At;!function(e){e.area="area",e.areaStacked="areaStacked",e.bar="bar",e.barGrouped="barGrouped",e.barStacked="barStacked",e.boxplot="boxplot",e.bubble="bubble",e.bullet="bullet",e.donut="donut",e.gauge="gauge",e.histogram="histogram",e.line="line",e.lollipop="lollipop",e.meter="meter",e.pie="pie",e.radar="radar",e.scatter="scatter",e.combo="combo"}(At||(At={}));const jt=R.div(Et||(Et=(e=>e)`
|
|
76
|
+
.cds--data-table thead tr th {
|
|
77
|
+
background: ${0} !important;
|
|
78
|
+
}
|
|
79
|
+
.cds--data-table td,
|
|
80
|
+
.cds--data-table tbody th {
|
|
81
|
+
color: ${0};
|
|
82
|
+
}
|
|
83
|
+
.cds--data-table tbody tr,
|
|
84
|
+
.cds--data-table tbody tr td,
|
|
85
|
+
.cds--data-table tbody tr th {
|
|
86
|
+
color: ${0};
|
|
87
|
+
}
|
|
88
|
+
.cds--data-table tr {
|
|
89
|
+
block-size: 2.5rem;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.cds--cc--tooltip .content-box .datapoint-tooltip p {
|
|
93
|
+
font-size: ${0};
|
|
94
|
+
padding: ${0};
|
|
95
|
+
color: ${0};
|
|
96
|
+
max-width:142px;
|
|
97
|
+
white-space: normal;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.cds--modal-container {
|
|
101
|
+
clip-path: inset(0% 0% 0% 0% round ${0});
|
|
102
|
+
background: ${0};
|
|
103
|
+
.cds--data-table th {
|
|
104
|
+
background: ${0};
|
|
105
|
+
}
|
|
106
|
+
.cds--data-table td {
|
|
107
|
+
border-top: 1px solid
|
|
108
|
+
${0};
|
|
109
|
+
border-bottom: 1px solid
|
|
110
|
+
${0};
|
|
111
|
+
background: ${0};
|
|
112
|
+
}
|
|
113
|
+
.cds--data-table tr:hover td {
|
|
114
|
+
background: ${0};
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
p,
|
|
119
|
+
div,
|
|
120
|
+
text,
|
|
121
|
+
.cds--cc--axes g.axis .axis-title,
|
|
122
|
+
.cds--cc--title p.title,
|
|
123
|
+
.cds--cc--axes g.axis g.tick text {
|
|
124
|
+
font-family: ${0} !important;
|
|
125
|
+
color: ${0};
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.cds--cc--axes {
|
|
129
|
+
overflow: visible;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
div.cds--cc--legend {
|
|
133
|
+
div.legend-item {
|
|
134
|
+
div.checkbox {
|
|
135
|
+
background: ${0};
|
|
136
|
+
border: none;
|
|
137
|
+
width: ${0};
|
|
138
|
+
height: ${0};
|
|
139
|
+
svg {
|
|
140
|
+
left: 2px;
|
|
141
|
+
position: relative;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
p {
|
|
145
|
+
font-size: ${0};
|
|
146
|
+
margin: 0 ${0} 0 0;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
div.cds--cc--legend.has-deactivated-items {
|
|
151
|
+
div.legend-item {
|
|
152
|
+
div.checkbox {
|
|
153
|
+
border: 1px solid
|
|
154
|
+
${0};
|
|
155
|
+
}
|
|
156
|
+
div.checkbox.active {
|
|
157
|
+
border: 1px solid transparent;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
.chart-holder {
|
|
162
|
+
.cds--cc--axes g.axis g.tick text {
|
|
163
|
+
fill: ${0};
|
|
164
|
+
}
|
|
165
|
+
.cds--cc--axes g.axis path.domain {
|
|
166
|
+
stroke: ${0};
|
|
167
|
+
}
|
|
168
|
+
.cds--cc--grid g.x.grid g.tick line,
|
|
169
|
+
.cds--cc--grid g.y.grid g.tick line {
|
|
170
|
+
stroke: ${0};
|
|
171
|
+
}
|
|
172
|
+
.cds--cc--grid rect.chart-grid-backdrop.stroked{
|
|
173
|
+
stroke: ${0}
|
|
174
|
+
}
|
|
175
|
+
.cds--cc--skeleton .shimmer-effect-lines {
|
|
176
|
+
filter: ${0};
|
|
177
|
+
}
|
|
178
|
+
/* .chart-holder.cds--chart-holder.filled,
|
|
179
|
+
.cds--cc--skeleton rect.chart-skeleton-backdrop,
|
|
180
|
+
.cds--cc--grid rect.chart-grid-backdrop {
|
|
181
|
+
} */
|
|
182
|
+
|
|
183
|
+
.cds--cc--grid rect.chart-grid-backdrop{
|
|
184
|
+
fill:transparent;
|
|
185
|
+
}
|
|
186
|
+
.cds--cc--scatter circle.dot.hovered {
|
|
187
|
+
padding: 10px;
|
|
188
|
+
}
|
|
189
|
+
.cds--cc--scatter-stacked circle.dot.hovered,
|
|
190
|
+
.cds--cc--scatter-stacked circle.dot.unfilled,
|
|
191
|
+
.cds--cc--scatter circle.dot.unfilled{
|
|
192
|
+
stroke-width: 6px;
|
|
193
|
+
transition: 0.1s all linear;
|
|
194
|
+
|
|
195
|
+
}
|
|
196
|
+
.cds--cc--scatter circle.dot.hovered {
|
|
197
|
+
stroke-width: 0.5em;
|
|
198
|
+
transition: 0.1s all linear;
|
|
199
|
+
filter:
|
|
200
|
+
drop-shadow( 1px 0px 0px ${0})
|
|
201
|
+
drop-shadow(-1px 0px 0px ${0})
|
|
202
|
+
drop-shadow( 0px 1px 0px ${0})
|
|
203
|
+
drop-shadow( 0px -1px 0px ${0});
|
|
204
|
+
}
|
|
205
|
+
.cds--cc--lollipop circle.dot.filled,
|
|
206
|
+
.cds--cc--lollipop circle.dot.hovered {
|
|
207
|
+
stroke-width: 15px;
|
|
208
|
+
}
|
|
209
|
+
.cds--cc--scatter-stacked circle.dot.hovered,
|
|
210
|
+
.cds--cc--scatter-stacked circle.dot.unfilled,
|
|
211
|
+
.cds--cc--scatter circle.dot.unfilled,
|
|
212
|
+
.cds--cc--lollipop circle.dot.filled,
|
|
213
|
+
.cds--cc--lollipop circle.dot.hovered{
|
|
214
|
+
transition: 0.1s all linear;
|
|
215
|
+
filter:
|
|
216
|
+
drop-shadow( 1px 0px 0px ${0})
|
|
217
|
+
drop-shadow(-1px 0px 0px ${0})
|
|
218
|
+
drop-shadow( 0px 1px 0px ${0})
|
|
219
|
+
drop-shadow( 0px -1px 0px ${0});
|
|
220
|
+
}
|
|
221
|
+
.cds--cc--lollipop .cds--cc--scatter circle.dot.hovered{
|
|
222
|
+
transition: 0.1s all linear;
|
|
223
|
+
stroke-width: 1.1em;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.cds--overflow-menu-options__btn:focus {
|
|
227
|
+
outline-color: ${0};
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.cds--btn {
|
|
231
|
+
min-height: auto;
|
|
232
|
+
display: flex;
|
|
233
|
+
flex: 0 auto;
|
|
234
|
+
align-items: center;
|
|
235
|
+
text-align: center;
|
|
236
|
+
padding: 20px;
|
|
237
|
+
margin: 0;
|
|
238
|
+
line-height: ${0};
|
|
239
|
+
margin: 0;
|
|
240
|
+
min-width: ${0};
|
|
241
|
+
overflow: hidden;
|
|
242
|
+
padding: ;
|
|
243
|
+
position: relative;
|
|
244
|
+
right: ${0};
|
|
245
|
+
text-align: center;
|
|
246
|
+
height: 40px;
|
|
247
|
+
font-family: ${0};
|
|
248
|
+
font-size: ${0};
|
|
249
|
+
border-radius: ${0};
|
|
250
|
+
font-weight: 500;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.cds--btn--primary {
|
|
254
|
+
background: ${0};
|
|
255
|
+
color: ${0};
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
*:focus {
|
|
259
|
+
outline: 2px solid
|
|
260
|
+
${0} !important;
|
|
261
|
+
outline-offset: 0;
|
|
262
|
+
}
|
|
263
|
+
.cds--overflow-menu-options__btn:focus,
|
|
264
|
+
.cds--overflow-menu:focus,
|
|
265
|
+
.cds--overflow-menu__trigger:focus,
|
|
266
|
+
.toolbar-control:focus {
|
|
267
|
+
outline: 2px solid
|
|
268
|
+
${0} !important;
|
|
269
|
+
}
|
|
270
|
+
div.cds--cc--legend.clickable
|
|
271
|
+
div.legend-item:not(.additional):focus
|
|
272
|
+
div.checkbox,
|
|
273
|
+
div.cds--cc--legend.clickable
|
|
274
|
+
div.legend-item:not(.additional):hover
|
|
275
|
+
div.checkbox {
|
|
276
|
+
border: ${0};
|
|
277
|
+
}
|
|
278
|
+
div.cds--cc--legend.clickable
|
|
279
|
+
div.legend-item:not(.additional):hover
|
|
280
|
+
div.checkbox {
|
|
281
|
+
box-shadow: 0 0 0 2px
|
|
282
|
+
${0} !important;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.cds--btn--primary {
|
|
286
|
+
&:focus {
|
|
287
|
+
outline: 2px solid
|
|
288
|
+
${0};
|
|
289
|
+
}
|
|
290
|
+
outline-offset: 2px;
|
|
291
|
+
border: none;
|
|
292
|
+
box-shadow: none;
|
|
293
|
+
}
|
|
294
|
+
.cds--modal-header {
|
|
295
|
+
background: ${0};
|
|
296
|
+
margin-bottom: 0;
|
|
297
|
+
border-bottom: 1px solid
|
|
298
|
+
${0};
|
|
299
|
+
}
|
|
300
|
+
.cds--modal-header__heading {
|
|
301
|
+
font-weight: 600;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.cds--modal-close {
|
|
305
|
+
position: absolute;
|
|
306
|
+
top: 0;
|
|
307
|
+
right: 0;
|
|
308
|
+
&:focus {
|
|
309
|
+
outline: 2px solid
|
|
310
|
+
${0};
|
|
311
|
+
border-color: none;
|
|
312
|
+
}
|
|
313
|
+
outline-offset: 0;
|
|
314
|
+
border: none;
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.cds--modal-footer.cds--modal-footer {
|
|
319
|
+
display: flex;
|
|
320
|
+
align-items: center;
|
|
321
|
+
border-top: 1px solid
|
|
322
|
+
${0};
|
|
323
|
+
background: ${0} !important;
|
|
324
|
+
}
|
|
325
|
+
.layout-child.header {
|
|
326
|
+
height: auto !important;
|
|
327
|
+
p {
|
|
328
|
+
text-overflow: inherit;
|
|
329
|
+
overflow: auto;
|
|
330
|
+
white-space: normal;
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
svg:not(:root) {
|
|
335
|
+
overflow: visible;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.cds--cc--chart-wrapper text {
|
|
339
|
+
font-size: ${0};
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
g.center text,
|
|
343
|
+
.pie-label{
|
|
344
|
+
fill: ${0} ;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
// Zoom responsive tweaks
|
|
348
|
+
|
|
349
|
+
@media screen and (max-width: 760px) {
|
|
350
|
+
.cds--modal-container {
|
|
351
|
+
overflow-y: auto;
|
|
352
|
+
}
|
|
353
|
+
.cds--chart-holder .cds--modal .cds--modal-container .cds--modal-content {
|
|
354
|
+
overflow: visible;
|
|
355
|
+
}
|
|
356
|
+
.cds--chart-holder
|
|
357
|
+
.cds--modal
|
|
358
|
+
.cds--modal-container
|
|
359
|
+
.cds--modal-content
|
|
360
|
+
table
|
|
361
|
+
th {
|
|
362
|
+
position: relative;
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
`),e=>e.isInverse?e.theme.colors.primary700:"",e=>e.theme.colors.neutral700,e=>e.isInverse?e.theme.colors.neutral100:"",e=>e.theme.typeScale.size02.fontSize,e=>e.theme.spaceScale.spacing02,e=>e.isInverse?e.theme.colors.neutral100:e.theme.colors.neutral700,e=>e.theme.borderRadius,e=>e.isInverse?e.theme.colors.primary700:"",e=>e.isInverse?e.theme.colors.primary600:"",e=>e.isInverse?zt(.8,e.theme.colors.neutral100):"inherit",e=>e.isInverse?zt(.8,e.theme.colors.neutral100):"inherit",e=>e.isInverse?"#202565":"",e=>e.isInverse?e.theme.colors.primary600:"",e=>e.theme.bodyFont,e=>e.isInverse?e.theme.colors.neutral100:e.theme.colors.neutral700,e=>e.isInverse?e.theme.colors.neutral900:e.theme.colors.neutral100,e=>e.theme.spaceScale.spacing05,e=>e.theme.spaceScale.spacing05,e=>e.theme.typeScale.size03.fontSize,e=>e.theme.spaceScale.spacing03,e=>e.isInverse?e.theme.colors.neutral100:e.theme.colors.neutral900,e=>e.isInverse?e.theme.colors.neutral100:"",e=>e.isInverse?e.theme.colors.neutral100:"",e=>e.isInverse?zt(.5,e.theme.colors.neutral100):"",e=>e.isInverse?e.theme.colors.neutral100:"",e=>e.isInverse?"invert(1)":"",e=>e.isInverse?e.theme.colors.primary600:e.theme.colors.neutral100,e=>e.isInverse?e.theme.colors.primary600:e.theme.colors.neutral100,e=>e.isInverse?e.theme.colors.primary600:e.theme.colors.neutral100,e=>e.isInverse?e.theme.colors.primary600:e.theme.colors.neutral100,e=>e.isInverse?e.theme.colors.primary600:e.theme.colors.neutral100,e=>e.isInverse?e.theme.colors.primary600:e.theme.colors.neutral100,e=>e.isInverse?e.theme.colors.primary600:e.theme.colors.neutral100,e=>e.isInverse?e.theme.colors.primary600:e.theme.colors.neutral100,e=>e.isInverse?e.theme.colors.focusInverse:"",e=>e.theme.typeScale.size03.lineHeight,e=>e.theme.spaceScale.spacing13,e=>e.theme.spaceScale.spacing04,e=>e.theme.bodyFont,e=>e.theme.typeScale.size03.fontSize,e=>e.theme.borderRadius,e=>e.isInverse?e.theme.colors.tertiary500:e.theme.colors.primary,e=>e.isInverse?e.theme.colors.neutral900:"",e=>e.isInverse?e.theme.colors.focusInverse:e.theme.colors.focus,e=>e.isInverse?e.theme.colors.focusInverse:e.theme.colors.focus,e=>e.isInverse?`1px solid ${e.theme.colors.focusInverse}`:"",e=>e.isInverse?e.theme.colors.focusInverse:e.theme.colors.focus,e=>e.isInverse?e.theme.colors.focusInverse:e.theme.colors.focus,e=>e.isInverse?e.theme.colors.primary600:e.theme.colors.neutral100,e=>e.isInverse?zt(.8,e.theme.colors.neutral100):e.theme.colors.neutral300,e=>e.isInverse?e.theme.colors.focusInverse:e.theme.colors.focus,e=>e.isInverse?zt(.8,e.theme.colors.neutral100):e.theme.colors.neutral300,e=>e.isInverse?e.theme.colors.primary600:e.theme.colors.neutral100,e=>e.theme.typeScale.size02.fontSize,e=>e.isInverse?e.theme.colors.neutral100:"");var Ot;!function(e){e.WHITE="white",e.G100="g100",e.G90="g90",e.G10="g10"}(Ot||(Ot={}));const Rt=e.forwardRef((t,n)=>{const{testId:r,isInverse:o,type:a,dataSet:i,options:s}=t,l=oe(t,Ct),c=e.useContext(u),d=O(o),p={area:H,areaStacked:q,bar:_,barGrouped:M,barStacked:G,donut:B,line:K,lollipop:V,pie:Y,radar:N,boxplot:U,bubble:X,bullet:Z,gauge:J,histogram:Q,meter:ee,scatter:te,combo:ne},f=re({},s,{theme:d?Ot.G100:Ot.WHITE,color:{scale:function(){let e={};const t=i.map(e=>"group"in e?e.group:null),n=t.filter((e,n)=>t.indexOf(e)===n);return n.forEach((t,r)=>n.length<=c.chartColors.length?e[t||"null"]=d?c.chartColorsInverse[r]:c.chartColors[r]:{}),e}()},tooltip:{truncation:{type:"none"}}}),h=p[a];return e.useEffect(()=>{document.querySelectorAll(".graph-frame ").forEach(e=>{e.setAttribute("aria-label","Interactive chart")})}),W(jt,re({"data-testid":r,ref:n,isInverse:d,theme:c,className:"carbon-chart-wrapper"},l,{children:W(h,{data:i,options:f})}))});export{Rt as CarbonChart,At as CarbonChartType,tt as Chart};
|
|
366
|
+
//# sourceMappingURL=charts.map
|