bugfix4.4
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user