张雄 3 years ago
parent 3fc9a3f1c0
commit d5b9de60fd

23701
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -54,7 +54,7 @@ export function getInteractCount0528C(params) {
// 品牌对比-渠道分布
export function getSourcetypeC(params) {
let obj = Object.assign({action: 'getSourcetypeC', iContrastType: 1}, params)
let obj = Object.assign({action: 'getSourcetypeC',sType: 'BrandOverview', iContrastType: 1}, params)
return httpService({
url: `/api/v6.ashx`,
method: 'post',

@ -70,7 +70,7 @@ export function getCountTime0528C(params) {
}
// 论坛-论坛调性对比
export function getAffectionsC(params) {
let obj = Object.assign({action: 'getAffectionsC',sType: 'BbsBrand', iBBsType: 2}, params)
let obj = Object.assign({action: 'getAffectionsC',sType: 'BbsBrand', iBBsType: 1}, params)
return httpService({
url: `/api/v6.ashx`,
method: 'post',

@ -47,6 +47,7 @@ export default function createOpt(ds=[], colors=[]) {
label: {
show: true,
fontSize: '20',
fontWeight: "bold",
color: "#ffff",
formatter: function (p) {
return `${p.data.name}\n${p.percent}%\n${p.data.value}`

Loading…
Cancel
Save