Active
Project:
Visualization API
Version:
7.x-1.0-alpha1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2013 at 22:32 UTC
Updated:
18 Jun 2013 at 09:14 UTC
Is there a way to set library options via the UI? For example, I want to hide the Highcharts legend on the chart which you do via legend:{enabled:false} (see http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/legend/enabled-false/) but I can't find where to set this in the Visualization API module settings.
Comments
Comment #1
rooby commentedThis is definitely needed.
There are a bunch of hard coded configuration that should be configurable.
Especially seeing as the module is called an API.
Comment #2
rooby commentedI think this should happen after #1809850: Provide more ability to override chart options.
Then I think it would be good if the plugins could have some sort of settings_form() function that gets called to add configuration to both the visualization admin page and the views style admin form.
I haven't looked into it in detail yet so I'm not sure if the same function should provide form setings for both cases, but that would be ideal.
This was, with the plugins providing the settings form elements, each plugin can have different options.
Opinions?