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

Chart style #229

Closed
joker63 opened this issue Jun 5, 2018 · 3 comments
Closed

Chart style #229

joker63 opened this issue Jun 5, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@joker63
Copy link

joker63 commented Jun 5, 2018

How to set the style of the graph? I need to change the color and add lines.
This default chart http://prntscr.com/jr2a8c
need a http://prntscr.com/jr2b0k

@xuri xuri added the enhancement New feature or request label Jun 5, 2018
@nsemikov
Copy link

+1
need it too

@byteman
Copy link

byteman commented Dec 27, 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 Jul 4, 2023

Sorry for the late reply. The AddChart function support custom chart axis font style since v2.7.0 (reference issues #320 and #378), and support to set custom series (bar, line, etc.,) color in the charts (reference issues #1345 and #1474). I've closed this issue, please upgrade to the latest version, and if you have any question, please let me know, and you can reopen this anytime.

@xuri xuri closed this as completed Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants