Lines Matching refs:to

8 Use this plugin to enable "responsive" features for amCharts' JavaScript Charts,
19 plot area. Going even smaller, bullets, labels gone. All the way to the
22 Plugin brings a universal set of pre-defined rules that you can use to instantly
24 will probably fit your requirements out-of the-box. All you need to do is to
39 (this needs to go after all the other amCharts includes)
41 2. Add the following setting to your chart configuration:
78 2. Overrides. (a set of properties to override for this particular rule)
100 The above rule will be applicable to a chart that is between 200px and 400px in
103 It is not necessary to add all of the dimensional properties. You just neat at
106 So for example to make the rule apply to all charts with width 400px or lower,
127 * "rotate" (true|false) - set this property if you want to make this rule
128 applicable to rotated serial chart only (i.e. bar chart)
131 rule applied only when the chart legend is set to particular position.
134 Now, on to explaining "overrides". It's an object, that contains properties that
135 you want to override the chart's initial ones with.
141 with JSON representation of the properties you need to override. I.e.:
150 "enabled" property to false.
156 There are some ways to override their properties as well.
168 The above will add a round bullet and set line thickness to all of the graphs on
171 You can also target individual items in the array. There are two ways to do
177 To individually apply property overrides, you will need to supply override
193 Please note that original graph definition in your chart settings needs to have
210 The above will apply round bullets to the first defined graph, and square
211 bullets to the second graph.
268 In case you want to go pure and set only your own responsive rules, you can set
269 property "addDefaultRules" to false. I.e.:
299 no responsive rules will be applied to them.
310 You're encouraged to modify, extend and make derivative plugins out of this
326 This basically means you're free to use or modify this plugin, even make your