You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your issue, I have made a breaking changes for the AddChart function, now it supports formatting and setting rich text titles for the chart. Please try to upgrade the master branch code, and this feature will be released in the next version. For example, you can set title for chart with blue color and custom formats like this:
… `AddChart` function
- Removed exported `ChartTitle` data type
- The `AddChart` function now supports formatting and setting rich text titles for the chart
- New exported function `GetFormControl` for getting form control
- Made case in-sensitive for internal worksheet XML path to improve compatibility
- Update the unit tests
- Update the documentation and internal comments on the codes
目前发现创建的图表的title都是灰色的,想把图表title更改字体颜色,不知道是否支持。
通过ChartTitle设置的图表title,看到charttitle只有name这一个属性
The text was updated successfully, but these errors were encountered: