@perses-dev/components 0.3.0 → 0.4.1
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/{ECharts.d.ts → EChart.d.ts} +3 -4
- package/dist/EChart.d.ts.map +1 -0
- package/dist/EChart.js +1 -0
- package/dist/GaugeChart.js +1 -1
- package/dist/LineChart.d.ts +1 -1
- package/dist/LineChart.d.ts.map +1 -1
- package/dist/LineChart.js +1 -1
- package/dist/StatChart.d.ts.map +1 -1
- package/dist/StatChart.js +1 -1
- package/dist/cjs/EChart.js +154 -0
- package/dist/cjs/ErrorAlert.js +25 -0
- package/dist/cjs/ErrorBoundary.js +18 -0
- package/dist/cjs/GaugeChart.js +178 -0
- package/dist/cjs/LineChart.js +252 -0
- package/dist/cjs/StatChart.js +207 -0
- package/dist/cjs/index.js +37 -0
- package/dist/cjs/model/graph-model.js +16 -0
- package/dist/cjs/model/units.js +211 -0
- package/dist/cjs/tooltip/SeriesInfo.js +77 -0
- package/dist/cjs/tooltip/SeriesMarker.js +30 -0
- package/dist/cjs/tooltip/Tooltip.js +102 -0
- package/dist/cjs/tooltip/TooltipContent.js +50 -0
- package/dist/cjs/tooltip/focused-series.js +110 -0
- package/dist/cjs/tooltip/tooltip-model.js +82 -0
- package/dist/cjs/utils/combine-sx.js +30 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/model/graph-model.d.ts +1 -0
- package/dist/model/graph-model.d.ts.map +1 -1
- package/dist/model/units.d.ts +4 -0
- package/dist/model/units.d.ts.map +1 -1
- package/dist/model/units.js +1 -1
- package/dist/tooltip/SeriesInfo.d.ts.map +1 -1
- package/dist/tooltip/SeriesInfo.js +1 -1
- package/dist/tooltip/Tooltip.d.ts.map +1 -1
- package/dist/tooltip/Tooltip.js +1 -1
- package/dist/tooltip/TooltipContent.js +1 -1
- package/dist/tooltip/focused-series.d.ts.map +1 -1
- package/dist/tooltip/focused-series.js +1 -1
- package/package.json +5 -2
- package/dist/ECharts.d.ts.map +0 -1
- package/dist/ECharts.js +0 -1
|
@@ -49,11 +49,10 @@ export declare type OnEventsType<T> = {
|
|
|
49
49
|
export interface EChartsProps<T> {
|
|
50
50
|
option: EChartsCoreOption;
|
|
51
51
|
sx?: SxProps<Theme>;
|
|
52
|
-
onChartInitialized?: (instance: ECharts) => void;
|
|
53
52
|
onEvents?: OnEventsType<T>;
|
|
54
53
|
_instance?: React.MutableRefObject<ECharts | undefined>;
|
|
55
|
-
|
|
54
|
+
onChartInitialized?: (instance: ECharts) => void;
|
|
56
55
|
}
|
|
57
|
-
export declare
|
|
56
|
+
export declare const EChart: React.MemoExoticComponent<(<T>({ option, sx, onEvents, _instance, onChartInitialized, }: EChartsProps<T>) => JSX.Element)>;
|
|
58
57
|
export {};
|
|
59
|
-
//# sourceMappingURL=
|
|
58
|
+
//# sourceMappingURL=EChart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EChart.d.ts","sourceRoot":"","sources":["../src/EChart.tsx"],"names":[],"mappings":"AAaA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAElE,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAQ,MAAM,cAAc,CAAC;AAChE,OAAO,EAAO,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAIpD,MAAM,WAAW,qBAAqB,CAAC,CAAC;IACtC,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAC/B;AAED,aAAK,eAAe,CAAC,CAAC,IAAI,CACxB,MAAM,EAAE,qBAAqB,CAAC,CAAC,CAAC,EAEhC,QAAQ,CAAC,EAAE,OAAO,KACf,IAAI,CAAC;AAEV,QAAA,MAAM,WAAW,0HAUP,CAAC;AAEX,oBAAY,cAAc,GAAG,OAAO,WAAW,CAAC,MAAM,CAAC,CAAC;AAGxD,MAAM,WAAW,wBAAwB;IACvC,UAAU,EAAE,MAAM,CAAC;IAGnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IAGb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,yBAAyB;IACxC,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IAEpB,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,cAAc,CAAC;IACrB,KAAK,EAAE,wBAAwB,EAAE,GAAG,yBAAyB,EAAE,CAAC;CACjE;AAED,aAAK,oBAAoB,GAAG,CAAC,MAAM,EAAE,qBAAqB,KAAK,IAAI,CAAC;AAEpE,QAAA,MAAM,WAAW,gDAAiD,CAAC;AAEnE,oBAAY,cAAc,GAAG,OAAO,WAAW,CAAC,MAAM,CAAC,CAAC;AAExD,aAAK,cAAc,GAAG,UAAU,CAAC;AAIjC,oBAAY,YAAY,CAAC,CAAC,IAAI;KAC3B,cAAc,IAAI,cAAc,CAAC,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC;CACxD,GAAG;KACD,cAAc,IAAI,cAAc,CAAC,CAAC,EAAE,oBAAoB;CAC1D,GAAG;KACD,SAAS,IAAI,cAAc,CAAC,CAAC,EAAE,MAAM,IAAI;CAC3C,CAAC;AAEF,MAAM,WAAW,YAAY,CAAC,CAAC;IAC7B,MAAM,EAAE,iBAAiB,CAAC;IAC1B,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;IACpB,QAAQ,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IACxD,kBAAkB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAClD;AAED,eAAO,MAAM,MAAM,4HAgEjB,CAAC"}
|
package/dist/EChart.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as _jsx}from"react/jsx-runtime";import React,{useEffect,useLayoutEffect,useRef}from"react";import debounce from"lodash/debounce";import{init}from"echarts/core";import{Box}from"@mui/material";import{isEqual}from"lodash-es";const mouseEvents=["click","dblclick","mousedown","mousemove","mouseup","mouseover","mouseout","globalout","contextmenu"],batchEvents=["datazoom","downplay","highlight"];export const EChart=React.memo((function({option:e,sx:n,onEvents:t,_instance:r,onChartInitialized:o}){const u=useRef(e),s=useRef(e),c=useRef(null),i=useRef(null);return useLayoutEffect((()=>{if(null!==c.current&&null===i.current)return i.current=init(c.current),i.current.setOption(u.current,!0),null==o||o(i.current),void 0!==r&&(r.current=i.current),()=>{null!==i.current&&(i.current.dispose(),i.current=null)}}),[r,o]),useEffect((()=>{void 0===s.current||isEqual(s.current,e)||null!==i.current&&(i.current.setOption(e,!0),s.current=e)}),[e]),useLayoutEffect((()=>{const e=debounce((()=>{null!==i.current&&i.current.resize()}),200);return window.addEventListener("resize",e),e(),()=>{window.removeEventListener("resize",e)}}),[]),useEffect((()=>{const e=i.current;if(null!==e&&void 0!==t)return bindEvents(e,t),()=>{if(void 0!==e&&!0!==e.isDisposed())for(const n in t)e.off(n)}}),[t]),_jsx(Box,{ref:c,sx:n})}));function bindEvents(e,n){var t;if(void 0!==n)for(const e in n)if(Object.prototype.hasOwnProperty.call(n,e)){const o=null!==(t=n[e])&&void 0!==t?t:null;o&&r(e,o)}function r(n,t){"function"==typeof t&&(isMouseEvent(n)?e.on(n,(n=>t(n,e))):isBatchEvent(n)?e.on(n,(e=>t(e))):e.on(n,(()=>t(null,e))))}}function isMouseEvent(e){return mouseEvents.includes(e)}function isBatchEvent(e){return batchEvents.includes(e)}
|
package/dist/GaugeChart.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as _jsx}from"react/jsx-runtime";import{useMemo}from"react";import{use}from"echarts/core";import{GaugeChart as EChartsGaugeChart}from"echarts/charts";import{GridComponent,TitleComponent,TooltipComponent}from"echarts/components";import{CanvasRenderer}from"echarts/renderers";import{formatValue}from"./model/units";import{
|
|
1
|
+
import{jsx as _jsx}from"react/jsx-runtime";import{useMemo}from"react";import{use}from"echarts/core";import{GaugeChart as EChartsGaugeChart}from"echarts/charts";import{GridComponent,TitleComponent,TooltipComponent}from"echarts/components";import{CanvasRenderer}from"echarts/renderers";import{formatValue}from"./model/units";import{EChart}from"./EChart";use([EChartsGaugeChart,GridComponent,TitleComponent,TooltipComponent,CanvasRenderer]);const noDataOption={title:{show:!0,textStyle:{color:"grey",fontSize:16,fontWeight:400},text:"No data",left:"center",top:"center"},xAxis:{show:!1},yAxis:{show:!1},series:[]};export function GaugeChart(t){const{width:e,height:o,data:i,unit:r,axisLine:a}=t,s=useMemo((()=>null==i?noDataOption:{title:{show:!1},tooltip:{show:!1},series:[{type:"gauge",center:["50%","65%"],radius:"100%",startAngle:200,endAngle:-20,min:0,max:100,splitNumber:12,silent:!0,progress:{show:!0,width:22,itemStyle:{color:"auto"}},pointer:{show:!1},axisLine:{lineStyle:{color:[[1,"#e1e5e9"]],width:22}},axisTick:{show:!1,distance:-28,splitNumber:5,lineStyle:{width:2,color:"#999"}},splitLine:{show:!1,distance:-32,length:6,lineStyle:{width:2,color:"#999"}},axisLabel:{show:!1,distance:-18,color:"#999",fontSize:12},anchor:{show:!1},title:{show:!1},detail:{show:!1},data:[{value:i}]},{type:"gauge",center:["50%","65%"],radius:"114%",startAngle:200,endAngle:-20,min:0,max:100,pointer:{show:!1,itemStyle:{color:"auto"}},axisLine:a,axisTick:{show:!1},splitLine:{show:!1},axisLabel:{show:!1},detail:{show:!0,valueAnimation:!1,width:"60%",borderRadius:8,offsetCenter:[0,"-9%"],fontSize:20,fontWeight:"bolder",color:"inherit",formatter:t=>formatValue(t,{kind:r.kind,decimal_places:0})},data:[{value:i}]}]}),[i,r,a]);return _jsx(EChart,{sx:{width:e,height:o},option:s})}
|
package/dist/LineChart.d.ts
CHANGED
|
@@ -17,6 +17,6 @@ interface LineChartProps {
|
|
|
17
17
|
dataZoomEnabled?: boolean;
|
|
18
18
|
onDataZoom?: (e: ZoomEventData) => void;
|
|
19
19
|
}
|
|
20
|
-
export declare function LineChart(
|
|
20
|
+
export declare function LineChart({ height, data, grid, legend, toolbox, visualMap, dataZoomEnabled, onDataZoom, }: LineChartProps): JSX.Element;
|
|
21
21
|
export {};
|
|
22
22
|
//# sourceMappingURL=LineChart.d.ts.map
|
package/dist/LineChart.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LineChart.d.ts","sourceRoot":"","sources":["../src/LineChart.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"LineChart.d.ts","sourceRoot":"","sources":["../src/LineChart.tsx"],"names":[],"mappings":";AAiBA,OAAO,KAAK,EAEV,mBAAmB,EAEnB,qBAAqB,EACrB,sBAAsB,EACtB,wBAAwB,EACzB,MAAM,SAAS,CAAC;AAiBjB,OAAO,EAAiC,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAyCvF,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,cAAc;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,iBAAiB,CAAC;IACxB,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,OAAO,CAAC,EAAE,sBAAsB,CAAC;IACjC,SAAS,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACvC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;CACzC;AAED,wBAAgB,SAAS,CAAC,EACxB,MAAM,EACN,IAAI,EACJ,IAAI,EACJ,MAAM,EACN,OAAO,EACP,SAAS,EACT,eAAe,EACf,UAAU,GACX,EAAE,cAAc,eAwLhB"}
|
package/dist/LineChart.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";import{useMemo,useRef,useState}from"react";import{Box,useTheme}from"@mui/material";import merge from"lodash/merge";import{use}from"echarts/core";import{LineChart as EChartsLineChart}from"echarts/charts";import{GridComponent,DataZoomComponent,MarkAreaComponent,MarkLineComponent,MarkPointComponent,TitleComponent,ToolboxComponent,TooltipComponent,LegendComponent,VisualMapComponent}from"echarts/components";import{CanvasRenderer}from"echarts/renderers";import{
|
|
1
|
+
import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";import{useMemo,useRef,useState}from"react";import{useDeepMemo}from"@perses-dev/core";import{Box,useTheme}from"@mui/material";import merge from"lodash/merge";import{use}from"echarts/core";import{LineChart as EChartsLineChart}from"echarts/charts";import{GridComponent,DataZoomComponent,MarkAreaComponent,MarkLineComponent,MarkPointComponent,TitleComponent,ToolboxComponent,TooltipComponent,LegendComponent,VisualMapComponent}from"echarts/components";import{CanvasRenderer}from"echarts/renderers";import{EChart}from"./EChart";import{PROGRESSIVE_MODE_SERIES_LIMIT}from"./model/graph-model";import{abbreviateLargeNumber}from"./model/units";import{emptyTooltipData}from"./tooltip/tooltip-model";import{Tooltip}from"./tooltip/Tooltip";use([EChartsLineChart,GridComponent,DataZoomComponent,MarkAreaComponent,MarkLineComponent,MarkPointComponent,TitleComponent,ToolboxComponent,TooltipComponent,LegendComponent,VisualMapComponent,CanvasRenderer]);const noDataOption={title:{show:!0,textStyle:{color:"grey",fontSize:16,fontWeight:400},text:"No data",left:"center",top:"center"},xAxis:{show:!1},yAxis:{show:!1},series:[]};export function LineChart({height:e,data:t,grid:o,legend:r,toolbox:n,visualMap:a,dataZoomEnabled:i,onDataZoom:m}){const s=useTheme(),l=useRef(),[p,c]=useState(!0),u=useMemo((()=>({datazoom:e=>{var o,r;if(void 0===m||void 0===e.batch[0])return;const n=null!==(o=e.batch[0].startValue)&&void 0!==o?o:0,a=null!==(r=e.batch[0].endValue)&&void 0!==r?r:t.xAxis.length-1,i=t.xAxis[n],s=t.xAxis[a];void 0!==i&&void 0!==s&&m({start:i,end:s,startIndex:n,endIndex:a})}})),[t,m]);void 0!==l.current&&!0===i&&l.current.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:!0});const d=useDeepMemo((()=>{var e;if(void 0===t.timeSeries)return{};if(null===t.timeSeries||0===t.timeSeries.length)return noDataOption;const m=t.timeSeries.length<PROGRESSIVE_MODE_SERIES_LIMIT,l={show:!0,top:10,right:10,iconStyle:{borderColor:s.palette.text.primary},feature:{dataZoom:{icon:i?null:void 0,yAxisIndex:"none"},restore:{}},emphasis:{iconStyle:{textFill:s.palette.text.primary}}};!1===i&&delete l.feature.dataZoom.icon;const p=null!==(e=t.rangeMs)&&void 0!==e?e:getDateRange(t.xAxis);return{title:{show:!1},grid:merge({top:10,right:20,bottom:5,left:20,containLabel:!0},o),toolbox:merge(l,n),series:t.timeSeries,xAxis:{type:"category",data:t.xAxis,max:e=>e.max,axisLabel:{margin:15,color:s.palette.text.primary,formatter:e=>getFormattedDate(e,p)},axisTick:{show:!1},axisLine:{lineStyle:{color:s.palette.grey[600]}}},yAxis:{type:"value",boundaryGap:[0,"10%"],axisLabel:{margin:12,color:s.palette.text.primary,formatter:e=>abbreviateLargeNumber(e)},splitLine:{show:!0,lineStyle:{width:.5,color:s.palette.grey[300],opacity:.95}}},animation:!1,tooltip:{show:m,trigger:"axis",showContent:!1,axisPointer:{type:"none"}},legend:r,visualMap:a}}),[t,s,o,r,n,i,a]);return _jsxs(Box,{sx:{height:e},onMouseDown:e=>{e.target instanceof HTMLCanvasElement&&c(!1)},onMouseUp:()=>{c(!0)},onMouseLeave:()=>{c(!1)},onMouseEnter:()=>{c(!0)},children:[!0===p&&_jsx(Tooltip,{chartRef:l,tooltipData:emptyTooltipData,chartData:t,wrapLabels:!0}),_jsx(EChart,{sx:{width:"100%",height:"100%"},option:d,onEvents:u,_instance:l})]})}function getDateRange(e){const t=36e5;if(0===e.length)return t;const o=e[e.length-1];return void 0===e[0]||void 0===o?t:o-e[0]}function getFormattedDate(e,t){const o={hour:"numeric",minute:"numeric",hour12:!1};return t<=18e5?o.second="numeric":t>=864e5&&(o.month="numeric",o.day="numeric"),new Intl.DateTimeFormat(void 0,o).format(e).replace(/, /g," ")}
|
package/dist/StatChart.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatChart.d.ts","sourceRoot":"","sources":["../src/StatChart.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"StatChart.d.ts","sourceRoot":"","sources":["../src/StatChart.tsx"],"names":[],"mappings":";AAmBA,OAAO,EAAiC,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGjF,OAAO,EAAe,WAAW,EAAE,MAAM,eAAe,CAAC;AAEzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAiC5D,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,QAAQ,CAAC,qBAAqB,CAAC,CAAC;CACzC;AAED,MAAM,WAAW,aAAa;IAC5B,eAAe,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3C,UAAU,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3C,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,aAAa,CAAC;IACpB,IAAI,EAAE,WAAW,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAC9B;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,eA+J9C"}
|
package/dist/StatChart.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as _jsx}from"react/jsx-runtime";import{useMemo}from"react";import{merge}from"lodash-es";import{use}from"echarts/core";import{GaugeChart as EChartsGaugeChart}from"echarts/charts";import{LineChart as EChartsLineChart}from"echarts/charts";import{GridComponent,DatasetComponent,TitleComponent,TooltipComponent}from"echarts/components";import{CanvasRenderer}from"echarts/renderers";import{formatValue}from"./model/units";import{
|
|
1
|
+
import{jsx as _jsx}from"react/jsx-runtime";import{useMemo}from"react";import{useTheme}from"@mui/material";import{merge}from"lodash-es";import{use}from"echarts/core";import{GaugeChart as EChartsGaugeChart}from"echarts/charts";import{LineChart as EChartsLineChart}from"echarts/charts";import{GridComponent,DatasetComponent,TitleComponent,TooltipComponent}from"echarts/components";import{CanvasRenderer}from"echarts/renderers";import{formatValue}from"./model/units";import{EChart}from"./EChart";use([EChartsGaugeChart,EChartsLineChart,GridComponent,DatasetComponent,TitleComponent,TooltipComponent,CanvasRenderer]);const noDataOption={title:{show:!0,textStyle:{color:"grey",fontSize:16,fontWeight:400},text:"No data",left:"center",top:"center"},xAxis:{show:!1},yAxis:{show:!1},series:[]};export function StatChart(t){const{width:e,height:o,data:a,unit:r,backgroundColor:i,sparkline:n}=t,s=useTheme(),h=useMemo((()=>{var t;if(void 0===a.seriesData)return{};if(null===a.seriesData||void 0===a.calculatedValue)return noDataOption;const h=a.seriesData,l=null!==(t=a.calculatedValue)&&void 0!==t?t:0,m=e>250,p=!0===m?a.name:"",u=Math.min(e,1.2*o),c=Math.min(u/4*.65,72),d=.5*c,f=[{type:"gauge",data:[{value:l,name:p}],detail:{show:!0,offsetCenter:["0%","-65%"],formatter:[`{name|${p}}`,`{value|${formatValue(l,r)}}`].join("\n"),rich:{name:{padding:!0===m?[0,0,5,0]:0,fontSize:d,lineHeight:2.5*d,fontWeight:500},value:{}}},center:["50%","60%"],animation:!1,silent:!0,title:{show:!1},progress:{show:!1},pointer:{show:!1},axisLine:{show:!1},axisTick:{show:!1},splitLine:{show:!1},axisLabel:{show:!1},anchor:{show:!1},zlevel:2}];if(void 0!==n){const t={type:"line",data:[...h.values],zlevel:1,symbol:"none",animation:!1,lineStyle:{color:"#FFFFFF",opacity:.6},areaStyle:{color:"#FFFFFF",opacity:.3},silent:!0},e=merge(t,n);f.push(e)}return{title:{show:!1},grid:[{show:!0,backgroundColor:i,top:0,right:0,bottom:0,left:0,containLabel:!1,borderWidth:0},{show:!1,top:"45%",right:0,bottom:0,left:0,containLabel:!1}],xAxis:{type:"time",show:!1,boundaryGap:!1,gridIndex:1},yAxis:{type:"value",show:!1,gridIndex:1},tooltip:{show:!1},series:f,textStyle:{color:"transparent"===i?s.palette.text.primary:"#FFFFFF",fontSize:25,lineHeight:18,fontFamily:'"Lato", sans-serif',fontWeight:"bold"},media:[{query:{maxWidth:150},option:{textStyle:{fontSize:12}}},{query:{minWidth:150},option:{textStyle:{fontSize:`max(14px, ${c}px)`,lineHeight:Math.min(16,1.2*c)}}}]}}),[a,o,s,r,e,n,i]);return _jsx(EChart,{sx:{width:e,height:o},option:h})}
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.EChart = void 0;
|
|
30
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
31
|
+
// Copyright 2022 The Perses Authors
|
|
32
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
33
|
+
// you may not use this file except in compliance with the License.
|
|
34
|
+
// You may obtain a copy of the License at
|
|
35
|
+
//
|
|
36
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
37
|
+
//
|
|
38
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
39
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
40
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
41
|
+
// See the License for the specific language governing permissions and
|
|
42
|
+
// limitations under the License.
|
|
43
|
+
const react_1 = __importStar(require("react"));
|
|
44
|
+
const debounce_1 = __importDefault(require("lodash/debounce"));
|
|
45
|
+
const core_1 = require("echarts/core");
|
|
46
|
+
const material_1 = require("@mui/material");
|
|
47
|
+
const lodash_es_1 = require("lodash-es");
|
|
48
|
+
const mouseEvents = [
|
|
49
|
+
'click',
|
|
50
|
+
'dblclick',
|
|
51
|
+
'mousedown',
|
|
52
|
+
'mousemove',
|
|
53
|
+
'mouseup',
|
|
54
|
+
'mouseover',
|
|
55
|
+
'mouseout',
|
|
56
|
+
'globalout',
|
|
57
|
+
'contextmenu',
|
|
58
|
+
];
|
|
59
|
+
const batchEvents = ['datazoom', 'downplay', 'highlight'];
|
|
60
|
+
exports.EChart = react_1.default.memo(function EChart({ option, sx, onEvents, _instance, onChartInitialized, }) {
|
|
61
|
+
const initialOption = (0, react_1.useRef)(option);
|
|
62
|
+
const prevOption = (0, react_1.useRef)(option);
|
|
63
|
+
const containerRef = (0, react_1.useRef)(null);
|
|
64
|
+
const chartElement = (0, react_1.useRef)(null);
|
|
65
|
+
// Initialize chart, dispose on unmount
|
|
66
|
+
(0, react_1.useLayoutEffect)(() => {
|
|
67
|
+
if (containerRef.current === null || chartElement.current !== null)
|
|
68
|
+
return;
|
|
69
|
+
chartElement.current = (0, core_1.init)(containerRef.current);
|
|
70
|
+
chartElement.current.setOption(initialOption.current, true);
|
|
71
|
+
onChartInitialized === null || onChartInitialized === void 0 ? void 0 : onChartInitialized(chartElement.current);
|
|
72
|
+
if (_instance !== undefined) {
|
|
73
|
+
_instance.current = chartElement.current;
|
|
74
|
+
}
|
|
75
|
+
return () => {
|
|
76
|
+
if (chartElement.current === null)
|
|
77
|
+
return;
|
|
78
|
+
chartElement.current.dispose();
|
|
79
|
+
chartElement.current = null;
|
|
80
|
+
};
|
|
81
|
+
}, [_instance, onChartInitialized]);
|
|
82
|
+
// Update chart data when option changes
|
|
83
|
+
(0, react_1.useEffect)(() => {
|
|
84
|
+
if (prevOption.current === undefined || (0, lodash_es_1.isEqual)(prevOption.current, option))
|
|
85
|
+
return;
|
|
86
|
+
if (chartElement.current === null)
|
|
87
|
+
return;
|
|
88
|
+
chartElement.current.setOption(option, true);
|
|
89
|
+
prevOption.current = option;
|
|
90
|
+
}, [option]);
|
|
91
|
+
// Resize chart, cleanup listener on unmount
|
|
92
|
+
(0, react_1.useLayoutEffect)(() => {
|
|
93
|
+
const updateSize = (0, debounce_1.default)(() => {
|
|
94
|
+
if (chartElement.current === null)
|
|
95
|
+
return;
|
|
96
|
+
chartElement.current.resize();
|
|
97
|
+
}, 200);
|
|
98
|
+
window.addEventListener('resize', updateSize);
|
|
99
|
+
updateSize();
|
|
100
|
+
return () => {
|
|
101
|
+
window.removeEventListener('resize', updateSize);
|
|
102
|
+
};
|
|
103
|
+
}, []);
|
|
104
|
+
// Bind and unbind chart events passed as prop
|
|
105
|
+
(0, react_1.useEffect)(() => {
|
|
106
|
+
const chart = chartElement.current;
|
|
107
|
+
if (chart === null || onEvents === undefined)
|
|
108
|
+
return;
|
|
109
|
+
bindEvents(chart, onEvents);
|
|
110
|
+
return () => {
|
|
111
|
+
if (chart === undefined)
|
|
112
|
+
return;
|
|
113
|
+
if (chart.isDisposed() === true)
|
|
114
|
+
return;
|
|
115
|
+
for (const event in onEvents) {
|
|
116
|
+
chart.off(event);
|
|
117
|
+
}
|
|
118
|
+
};
|
|
119
|
+
}, [onEvents]);
|
|
120
|
+
return (0, jsx_runtime_1.jsx)(material_1.Box, { ref: containerRef, sx: sx });
|
|
121
|
+
});
|
|
122
|
+
// Validate event config and bind custom events
|
|
123
|
+
function bindEvents(instance, events) {
|
|
124
|
+
var _a;
|
|
125
|
+
if (events === undefined)
|
|
126
|
+
return;
|
|
127
|
+
function bindEvent(eventName, OnEventFunction) {
|
|
128
|
+
if (typeof OnEventFunction === 'function') {
|
|
129
|
+
if (isMouseEvent(eventName)) {
|
|
130
|
+
instance.on(eventName, (params) => OnEventFunction(params, instance));
|
|
131
|
+
}
|
|
132
|
+
else if (isBatchEvent(eventName)) {
|
|
133
|
+
instance.on(eventName, (params) => OnEventFunction(params));
|
|
134
|
+
}
|
|
135
|
+
else {
|
|
136
|
+
instance.on(eventName, () => OnEventFunction(null, instance));
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
for (const eventName in events) {
|
|
141
|
+
if (Object.prototype.hasOwnProperty.call(events, eventName)) {
|
|
142
|
+
const customEvent = (_a = events[eventName]) !== null && _a !== void 0 ? _a : null;
|
|
143
|
+
if (customEvent) {
|
|
144
|
+
bindEvent(eventName, customEvent);
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
function isMouseEvent(eventName) {
|
|
150
|
+
return mouseEvents.includes(eventName);
|
|
151
|
+
}
|
|
152
|
+
function isBatchEvent(eventName) {
|
|
153
|
+
return batchEvents.includes(eventName);
|
|
154
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ErrorAlert = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
// Copyright 2021 The Perses Authors
|
|
6
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
// you may not use this file except in compliance with the License.
|
|
8
|
+
// You may obtain a copy of the License at
|
|
9
|
+
//
|
|
10
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
//
|
|
12
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
// See the License for the specific language governing permissions and
|
|
16
|
+
// limitations under the License.
|
|
17
|
+
const material_1 = require("@mui/material");
|
|
18
|
+
/**
|
|
19
|
+
* Shows an MUI Alert with the `Error.message` as its contents.
|
|
20
|
+
*/
|
|
21
|
+
function ErrorAlert(props) {
|
|
22
|
+
const { error } = props;
|
|
23
|
+
return (0, jsx_runtime_1.jsx)(material_1.Alert, { severity: "error", children: error.message });
|
|
24
|
+
}
|
|
25
|
+
exports.ErrorAlert = ErrorAlert;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright 2021 The Perses Authors
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ErrorBoundary = void 0;
|
|
16
|
+
// Just use react-error-boundary as-is for now
|
|
17
|
+
var react_error_boundary_1 = require("react-error-boundary");
|
|
18
|
+
Object.defineProperty(exports, "ErrorBoundary", { enumerable: true, get: function () { return react_error_boundary_1.ErrorBoundary; } });
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GaugeChart = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
// Copyright 2022 The Perses Authors
|
|
6
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
// you may not use this file except in compliance with the License.
|
|
8
|
+
// You may obtain a copy of the License at
|
|
9
|
+
//
|
|
10
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
//
|
|
12
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
// See the License for the specific language governing permissions and
|
|
16
|
+
// limitations under the License.
|
|
17
|
+
const react_1 = require("react");
|
|
18
|
+
const core_1 = require("echarts/core");
|
|
19
|
+
const charts_1 = require("echarts/charts");
|
|
20
|
+
const components_1 = require("echarts/components");
|
|
21
|
+
const renderers_1 = require("echarts/renderers");
|
|
22
|
+
const units_1 = require("./model/units");
|
|
23
|
+
const EChart_1 = require("./EChart");
|
|
24
|
+
(0, core_1.use)([charts_1.GaugeChart, components_1.GridComponent, components_1.TitleComponent, components_1.TooltipComponent, renderers_1.CanvasRenderer]);
|
|
25
|
+
const noDataOption = {
|
|
26
|
+
title: {
|
|
27
|
+
show: true,
|
|
28
|
+
textStyle: {
|
|
29
|
+
color: 'grey',
|
|
30
|
+
fontSize: 16,
|
|
31
|
+
fontWeight: 400,
|
|
32
|
+
},
|
|
33
|
+
text: 'No data',
|
|
34
|
+
left: 'center',
|
|
35
|
+
top: 'center',
|
|
36
|
+
},
|
|
37
|
+
xAxis: {
|
|
38
|
+
show: false,
|
|
39
|
+
},
|
|
40
|
+
yAxis: {
|
|
41
|
+
show: false,
|
|
42
|
+
},
|
|
43
|
+
series: [],
|
|
44
|
+
};
|
|
45
|
+
function GaugeChart(props) {
|
|
46
|
+
const { width, height, data, unit, axisLine } = props;
|
|
47
|
+
const option = (0, react_1.useMemo)(() => {
|
|
48
|
+
if (data === null || data === undefined)
|
|
49
|
+
return noDataOption;
|
|
50
|
+
const calculatedValue = data;
|
|
51
|
+
return {
|
|
52
|
+
title: {
|
|
53
|
+
show: false,
|
|
54
|
+
},
|
|
55
|
+
tooltip: {
|
|
56
|
+
show: false,
|
|
57
|
+
},
|
|
58
|
+
series: [
|
|
59
|
+
{
|
|
60
|
+
type: 'gauge',
|
|
61
|
+
center: ['50%', '65%'],
|
|
62
|
+
radius: '100%',
|
|
63
|
+
startAngle: 200,
|
|
64
|
+
endAngle: -20,
|
|
65
|
+
min: 0,
|
|
66
|
+
max: 100,
|
|
67
|
+
splitNumber: 12,
|
|
68
|
+
silent: true,
|
|
69
|
+
progress: {
|
|
70
|
+
show: true,
|
|
71
|
+
width: 22,
|
|
72
|
+
itemStyle: {
|
|
73
|
+
color: 'auto',
|
|
74
|
+
},
|
|
75
|
+
},
|
|
76
|
+
pointer: {
|
|
77
|
+
show: false,
|
|
78
|
+
},
|
|
79
|
+
axisLine: {
|
|
80
|
+
lineStyle: {
|
|
81
|
+
color: [[1, '#e1e5e9']],
|
|
82
|
+
width: 22,
|
|
83
|
+
},
|
|
84
|
+
},
|
|
85
|
+
axisTick: {
|
|
86
|
+
show: false,
|
|
87
|
+
distance: -28,
|
|
88
|
+
splitNumber: 5,
|
|
89
|
+
lineStyle: {
|
|
90
|
+
width: 2,
|
|
91
|
+
color: '#999',
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
splitLine: {
|
|
95
|
+
show: false,
|
|
96
|
+
distance: -32,
|
|
97
|
+
length: 6,
|
|
98
|
+
lineStyle: {
|
|
99
|
+
width: 2,
|
|
100
|
+
color: '#999',
|
|
101
|
+
},
|
|
102
|
+
},
|
|
103
|
+
axisLabel: {
|
|
104
|
+
show: false,
|
|
105
|
+
distance: -18,
|
|
106
|
+
color: '#999',
|
|
107
|
+
fontSize: 12,
|
|
108
|
+
},
|
|
109
|
+
anchor: {
|
|
110
|
+
show: false,
|
|
111
|
+
},
|
|
112
|
+
title: {
|
|
113
|
+
show: false,
|
|
114
|
+
},
|
|
115
|
+
detail: {
|
|
116
|
+
show: false,
|
|
117
|
+
},
|
|
118
|
+
data: [
|
|
119
|
+
{
|
|
120
|
+
value: calculatedValue,
|
|
121
|
+
},
|
|
122
|
+
],
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'gauge',
|
|
126
|
+
center: ['50%', '65%'],
|
|
127
|
+
radius: '114%',
|
|
128
|
+
startAngle: 200,
|
|
129
|
+
endAngle: -20,
|
|
130
|
+
min: 0,
|
|
131
|
+
max: 100,
|
|
132
|
+
pointer: {
|
|
133
|
+
show: false,
|
|
134
|
+
itemStyle: {
|
|
135
|
+
color: 'auto',
|
|
136
|
+
},
|
|
137
|
+
},
|
|
138
|
+
axisLine,
|
|
139
|
+
axisTick: {
|
|
140
|
+
show: false,
|
|
141
|
+
},
|
|
142
|
+
splitLine: {
|
|
143
|
+
show: false,
|
|
144
|
+
},
|
|
145
|
+
axisLabel: {
|
|
146
|
+
show: false,
|
|
147
|
+
},
|
|
148
|
+
detail: {
|
|
149
|
+
show: true,
|
|
150
|
+
valueAnimation: false,
|
|
151
|
+
width: '60%',
|
|
152
|
+
borderRadius: 8,
|
|
153
|
+
offsetCenter: [0, '-9%'],
|
|
154
|
+
fontSize: 20,
|
|
155
|
+
fontWeight: 'bolder',
|
|
156
|
+
color: 'inherit',
|
|
157
|
+
formatter: (value) => {
|
|
158
|
+
return (0, units_1.formatValue)(value, {
|
|
159
|
+
kind: unit.kind,
|
|
160
|
+
decimal_places: 0,
|
|
161
|
+
});
|
|
162
|
+
},
|
|
163
|
+
},
|
|
164
|
+
data: [
|
|
165
|
+
{
|
|
166
|
+
value: calculatedValue,
|
|
167
|
+
},
|
|
168
|
+
],
|
|
169
|
+
},
|
|
170
|
+
],
|
|
171
|
+
};
|
|
172
|
+
}, [data, unit, axisLine]);
|
|
173
|
+
return ((0, jsx_runtime_1.jsx)(EChart_1.EChart, { sx: {
|
|
174
|
+
width: width,
|
|
175
|
+
height: height,
|
|
176
|
+
}, option: option }));
|
|
177
|
+
}
|
|
178
|
+
exports.GaugeChart = GaugeChart;
|