Glow Style Type | ||||||||||||||
The Glow Style Type lets you apply a glowing outline around any chart object. See it live! Note: In JavaScript charts, customized glow style type is not available. It has the following configurable properties: |
||||||||||||||
|
||||||||||||||
Setting glow color and alpha | ||||||||||||||
To define a glow's color and alpha, you use the following code: |
||||||||||||||
|
||||||||||||||
It gives the following result: |
||||||||||||||
Configuring glow blur | ||||||||||||||
You can configure the blur amount of glow as under: |
||||||||||||||
|
||||||||||||||
|
||||||||||||||
Controlling glow strength and quality | ||||||||||||||
You can also control the glow strength and quality to get better results. Following example shows a glow with higher strength: |
||||||||||||||
<style name='MyFirstGlow' type='Glow' color='FF5904' alpha='55' strength='3'/> <style name='MyFirstGlow' type='Glow' color='FF5904' alpha='55' quality='10'/> "definition":[{ "name":"MyFirstGlow", "type":"Glow", "color":"FF5904", "alpha":"55", "strength":"3" }, |
||||||||||||||
|
||||||||||||||
|
||||||||||||||
You can apply glow to any object of the chart. It is not just restricted to dataplot. However, too much application might result in slower rendering of the chart. |