在Google图表中,geochart工具提示不会显示所有值,并且标记颜色已更改

时间:2018-12-31 05:41:35

标签: javascript ajax laravel google-maps google-visualization

First image is world image where tooltip is missing country name and color is different. I want first image as second one.

Data of country

在Google geochart中,第一个图像显示了工具提示缺少国家名称和  颜色是不同的。当第二张图像被完美绘制时,我希望第一张图像为第二张。  它是这样工作的:首先您单击国家标记,它将显示  那个国家的客户。  来自后端的数据是完美的,而在绘制地图时会变得凌乱。

import eyed3

def GetAlbumName(filename):
    tag = eyed3.tag()

1 个答案:

答案 0 :(得分:0)

最终得到了解决方案,问题出在数据库中,提供给客户变量的数据类型是整数,我将其更改为两倍。现在它运行良好。