92c21ae79cad9028fcd5b49f8742d0c695b08cf3
Guides/Customize-Chart-Colors.md
| ... | ... | @@ -28,7 +28,7 @@ This would achieve the color scheme from the example image above. |
| 28 | 28 | |
| 29 | 29 | #Visualizations |
| 30 | 30 | |
| 31 | -Visualizations use the D3 javascript library, which means that to customize the colors used in a specific visualization you must modify that feature's base code. There is no global setting to change the colors used in a visualization, as each visualization has its own independent codebase. |
|
| 31 | +Visualizations use the D3 javascript library (http://d3js.org/), which means that to customize the colors used in a specific visualization you must modify that feature's base code. There is no global setting to change the colors used in a visualization, as each visualization has its own independent codebase. |
|
| 32 | 32 | |
| 33 | 33 | ##Example |
| 34 | 34 |