Echart 4 toolbox.feature.magicType sets different colors

want to set different colors for toolbox.feature.magicType, line chart, pie chart, stack chart with different colors, but did not find the relevant methods or properties, see clearly, now you can set them to unify the same color

option = {
toolbox: {
//                    borderColor:["-sharp1e90ff","-sharp22bb22","-sharp4b0082",],
                    show: true,
                    orient: "horizontal",
                    itemSize: "20",
                    itemGrap: "15",
                    feature: {
                        dataView: {
                            show: true,
                            iconStyle: {
                                borderColor: "-sharp1e90ff"
                            },
                            emphasis:{
                                iconStyle: {
                                    borderColor: "-sharp1e90ff"
                                },
                            }
                        },
                        magicType: {
                            show: true,
                            type: ["line", "bar"],
                            iconStyle: {
                                borderColor: "-sharp22bb22"
                            },
                            emphasis:{
                                iconStyle: {
                                    borderColor: "-sharp22bb22"
                                },
                            }
                        },
                        restore: {
                            show: true,
                            iconStyle: {
                                borderColor: "-sharp4b0082"
                            },
                            emphasis:{
                                iconStyle: {
                                    borderColor: "-sharp4b0082"
                                },
                            }
                        },
                        saveAsImage: {
                            show: true,
                            iconStyle: {
                                borderColor: "-sharpd2691e"
                            },
                            emphasis:{
                                iconStyle: {
                                    borderColor: "-sharpd2691e"
                                },
                            }
                        }
                    }
            }

}
Feb.27,2021

iconStyle add normal to try

dataView: {

                        show: true,
                        iconStyle: {
                           normal: {
                                borderColor: '-sharpf60'
                            }
                        }
         },
         

@ tianshen1981 is there a solution to this problem? I also met

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b303e0-340aa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b303e0-340aa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?