define text style
TextStyle getTextStyle(Color color) { return TextStyle(fontSize: chartStyle.sizeText, color: color); }