Comments 2Mark Lee started the conversationOctober 30, 2017 at 8:17pmJust want to let you know that for me, css has been a quicker and more effective way to change style parameters for Highcharts. There were many properties that would not be accepted by callback even though they are documented on the Highcharts site. Here is some css that was effective for me:.highcharts-background { fill: #363636; stroke: #a4edba; stroke-width: 2px;}.highcharts-title { fill: #fff !important; font-weight: bold; font-size: 3em;} .highcharts-axis-title{ fill: #bcbcbc !important;}.highcharts-axis-labels { fill: #bcbcbc !important;}.highcharts-xaxis-labels text{ fill: #bcbcbc !important; color: #bcbcbc !important;}.highcharts-yaxis-labels text{ fill: #bcbcbc !important; color: #bcbcbc !important;}.highcharts-label { fill: #fff !important; font-weight: light !important;}.highcharts-data-label text{ fill: #fff !important; font-weight: light !important;}.highcharts-text-outline { stroke-width: 0px !important; font-weight: light !important;}Mark 1,818Miloš repliedOctober 31, 2017 at 10:21amHi Mark,Thank you for your purchase.Thank you for sharing the quicker solution for customizing the highcharts.I will also note this in case someone else is asking for this.Thank you again.Best regards.Kind Regards, Miloš Jovanović[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Just want to let you know that for me, css has been a quicker and more effective way to change style parameters for Highcharts.
There were many properties that would not be accepted by callback even though they are documented on the Highcharts site.
Here is some css that was effective for me:
.highcharts-background {
fill: #363636;
stroke: #a4edba;
stroke-width: 2px;
}
.highcharts-title {
fill: #fff !important;
font-weight: bold;
font-size: 3em;
}
.highcharts-axis-title{
fill: #bcbcbc !important;
}
.highcharts-axis-labels {
fill: #bcbcbc !important;
}
.highcharts-xaxis-labels text{
fill: #bcbcbc !important;
color: #bcbcbc !important;
}
.highcharts-yaxis-labels text{
fill: #bcbcbc !important;
color: #bcbcbc !important;
}
.highcharts-label {
fill: #fff !important;
font-weight: light !important;
}
.highcharts-data-label text{
fill: #fff !important;
font-weight: light !important;
}
.highcharts-text-outline {
stroke-width: 0px !important;
font-weight: light !important;
}
Mark
Hi Mark,
Thank you for your purchase.
Thank you for sharing the quicker solution for customizing the highcharts.
I will also note this in case someone else is asking for this.
Thank you again.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables