You can customize the look and feel of Pivot to make it more similar to you branding.
You can customize the logo for the 'home' view header bar and the navigation menu.
You can supply text or an SVG, which will be be used as a logo.
Here is an example of an SVG logo:
<svg width="300" height="200"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="100%" height="100%" fill="green" />
</svg>
If you specify an SVG logo, you are advised to use a white (or light) logo for best visual results.
A text logo will always look good:
You can specify custom colors for the theme that will be used in Pivot.
You can configure the following colors:
mainColor
- The color used for the header and primary accents.darkColor
- The color used for the darker accents, like tooltips.backgroundColor
- The color used for the background.