|
@@ -282,6 +282,9 @@ export default {
|
|
axisPointer: {
|
|
axisPointer: {
|
|
type: optionsSetup.tooltipAxisPointerType,
|
|
type: optionsSetup.tooltipAxisPointerType,
|
|
},
|
|
},
|
|
|
|
+ backgroundColor: optionsSetup.tooltipBackgroundColor,
|
|
|
|
+ borderColor: optionsSetup.tooltipBorderColor,
|
|
|
|
+ borderWidth: optionsSetup.tooltipBorderWidth,
|
|
textStyle: {
|
|
textStyle: {
|
|
color: optionsSetup.tooltipColor,
|
|
color: optionsSetup.tooltipColor,
|
|
fontSize: optionsSetup.tooltipFontSize,
|
|
fontSize: optionsSetup.tooltipFontSize,
|