/*
* Legal Disclaimer
*
print '\n', 'Note that the webfonts share the TT sources'
* These Fonts are licensed for unlimited use on domains and their subdomains of The Kantar Group.
* It is illegal to download or use them on other websites.
*
* While the @font-face statements below may be modified by the client, this
* disclaimer may not be removed.
*
* Lineto.com, 2016
*/
@font-face {
font-family: "KantarBrownWeb-LightItalic";
src: url("https://riofontstorage.blob.core.windows.net/kantar-fonts/KantarBrownWeb-LightItalic.eot");
src: url("https://riofontstorage.blob.core.windows.net/kantar-fonts/KantarBrownWeb-LightItalic.eot?#iefix") format("embedded-opentype"),
url("https://riofontstorage.blob.core.windows.net/kantar-fonts/KantarBrownWeb-LightItalic.woff2") format("woff2"),
url("https://riofontstorage.blob.core.windows.net/kantar-fonts/KantarBrownWeb-LightItalic.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KantarBrownWeb-BoldItalic";
src: url("https://riofontstorage.blob.core.windows.net/kantar-fonts/KantarBrownWeb-BoldItalic.eot");
src: url("https://riofontstorage.blob.core.windows.net/kantar-fonts/KantarBrownWeb-BoldItalic.eot?#iefix") format("embedded-opentype"),
url("https://riofontstorage.blob.core.windows.net/kantar-fonts/KantarBrownWeb-BoldItalic.woff2") format("woff2"),
url("https://riofontstorage.blob.core.windows.net/kantar-fonts/KantarBrownWeb-BoldItalic.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KantarBrownWeb-Italic";
src: url("https://riofontstorage.blob.core.windows.net/kantar-fonts/KantarBrownWeb-Italic.eot");
src: url("https://riofontstorage.blob.core.windows.net/kantar-fonts/KantarBrownWeb-Italic.eot?#iefix") format("embedded-opentype"),
url("https://riofontstorage.blob.core.windows.net/kantar-fonts/KantarBrownWeb-Italic.woff2")...
JavaScript
(input => {
input.dataSeries.marketShare = formattedValue(input.dataSeries.marketShare);
input.dataSeries.powerInMind = formattedValue(input.dataSeries.powerInMind);
input.dataSeries.grouped.steady = formattedValue(input.dataSeries.grouped.steady);
input.dataSeries.grouped.opportunities = formattedValue(input.dataSeries.grouped.opportunities);
input.dataSeries.grouped.atRisk = formattedValue(input.dataSeries.grouped.atRisk);
input.dataSeries.ungrouped.steady = formattedValue(input.dataSeries.ungrouped.steady);
input.dataSeries.ungrouped.decreasedSpend = formattedValue(input.dataSeries.ungrouped.decreasedSpend);
input.dataSeries.ungrouped.shareLost = formattedValue(input.dataSeries.ungrouped.shareLost);
input.dataSeries.ungrouped.shareGained = formattedValue(input.dataSeries.ungrouped.shareGained);
input.dataSeries.ungrouped.increasedSpend = formattedValue(input.dataSeries.ungrouped.increasedSpend);
var equityGap;
equityGap = formattedValue(input.dataSeries.equityGap);
var chosenBrandValues = [input.dataSeries.marketShare, 1, equityGap];
var powerInMind = input.dataSeries.powerInMind;
var steadyGrouped = input.dataSeries.grouped.steady;
var riskValue = input.dataSeries.grouped.atRisk;
var templs = {
"charttile": "This is <client brand>'s Equity Signature. <client brand>'s current market share is based on the combination of its Power in the mind and power in the market. ",
"marketShare": "In this section we segment <client brand>’s market share as a function of whether people have the potential to use it more or less. ",
"pimless": "According to this survey, <client brand> has an estimated Market Share of <cm_market_share>%. However, its Power in the mind is <cm_power_in_the_mind>%.<br>There is, therefore, a negative Equity Gap of <cm_equity_gap>% between <client brand>'s estimated share and its Power in the mind.",
"pimhigh": "According to this survey, <client...
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.