We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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减小
The text was updated successfully, but these errors were encountered:
Thanks for your issue. I close this and merge it into the issue #229 is still discussing this feature.
Sorry, something went wrong.
The AddChart function support custom chart axis font style since v2.7.0 (also reference issue #320).
AddChart
No branches or pull requests
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减小
The text was updated successfully, but these errors were encountered: