Now, this module have hard-coded default colors for all libraries.
I think, that settings from chart configuration page should be loaded to module.
In my case I'm using tablefield_charts and when i want to change colors settings, it was impossible.

Patch attached

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lamp5 created an issue. See original summary.

krina.addweb’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
4.86 KB
7.03 KB

@lamp5, Thanks for providing updated Patch it works well as per required changes. I've checked your patch using simplytest.me & Attached the Results for the same.

clemens.tolboom’s picture

Issue summary: View changes
+++ b/charts.module
@@ -359,10 +359,9 @@ function charts_charts_type_info() {
+    ¶

Whitespace

  • andileco committed 54eff6f on 7.x-2.x authored by lamp5
    Issue #2860723 by lamp5, krina.addweb: Default colors from configuration...
andileco’s picture

Status: Reviewed & tested by the community » Fixed
andileco’s picture

Status: Fixed » Closed (fixed)