Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the layout or style of a chart #378

Closed
zarte opened this issue Apr 4, 2019 · 2 comments
Closed

Change the layout or style of a chart #378

zarte opened this issue Apr 4, 2019 · 2 comments

Comments

@zarte
Copy link

zarte commented Apr 4, 2019

xmlCharte.go
1192:
LumMod: &attrValInt{Val: 15000},
LumOff: &attrValInt{Val: 85000},

这里透明度定义 参考https://stackoverflow.com/questions/19886180/whats-the-difference-between-lummod-lumoff-and-tint-shade-in-drawingml-colors

luminance = (luminance/100)*(lumMod/100_000) + (lumOff/100_000)
根据公式修改85000->15000减小

@xuri
Copy link
Member

xuri commented Apr 16, 2019

Thanks for your issue. I close this and merge it into the issue #229 is still discussing this feature.

@xuri xuri closed this as completed Apr 16, 2019
@xuri xuri changed the title 图表横纵坐标标签颜色太浅 Change the layout or style of a chart Jan 14, 2020
@xuri
Copy link
Member

xuri commented Jul 4, 2023

The AddChart function support custom chart axis font style since v2.7.0 (also reference issue #320).

@xuri xuri mentioned this issue Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants