mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
remove debug console logs
This commit is contained in:
parent
41ac75dc04
commit
1f657b04d6
|
@ -53,7 +53,7 @@ export default function TotalAssetsPie() {
|
|||
radialLabelsSkipAngle={10}
|
||||
radialLabelsTextColor="#333333"
|
||||
radialLabelsLinkColor={{from: 'color'}}
|
||||
sliceLabelsSkipAngle={10}
|
||||
sliceLabelsSkipAngle={30}
|
||||
sliceLabelsTextColor="#fff"
|
||||
legends={[
|
||||
{
|
||||
|
|
|
@ -80,8 +80,6 @@ function groupData(rows, period, segment) {
|
|||
}
|
||||
}
|
||||
|
||||
console.log(Object.keys(keys))
|
||||
console.log(data)
|
||||
return [data, Object.keys(keys)]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user