bugfix4.4

This commit is contained in:
lb
2024-04-15 13:50:49 +08:00
parent c9ccc6ebcb
commit 4f6e4cbcf8
9 changed files with 12 additions and 306 deletions

View File

@@ -86,9 +86,7 @@ function ElecCost(props) {
export default ElecCost;
function getOptions(period, trend) {
console.log("getOptions", period, trend);
if (trend[period].length === 0) return null;
// export default function getOptions(seriesData, name) {
const colors = [
"#FFD160",
"#12FFF5",