Questions tagged [baidu]

Baidu is a Chinese web services provider that offers APIs for cloud-based storage and application testing, in-app ads, location-based services, analytics, search and others.

The vast majority of Baidu services are offered only in Chinese. Only a few of Baidu's APIs have documentation in English - http://developer.baidu.com/en/index.html

More information about Baidu on Wikipedia.

95 questions
24
votes
1 answer

What is randomly replacing Baidu TongJi (Analytics)'s Javascript code to make DDOS attack on websites on browser?

Update: It seems that different hm.js (Baidu TongJi JS library) are loaded. When no DDOS attack is observed, a standard hm.js is loaded; when there is a DDOS, a totally different hm.js is loaded. I am suspecting the Great Firewall of China is…
williamli
  • 3,846
  • 1
  • 18
  • 30
15
votes
3 answers

ECharts refresh on data change

I'm currently working on an interactive chart which should calculate potential risk-factors of commercial project. I've been using Baidu ECharts for this, and got the graph working visually, but can't get the graph to update when data changes. The…
Sonioo
  • 163
  • 1
  • 1
  • 7
15
votes
3 answers

Echarts3 (baidu) colored round in tooltip

Echarts3 (baidu) colored round in tooltip By default the tooltip has rounds of the same colour as graph, like this: http://echarts.baidu.com/gallery/editor.html?c=candlestick-brush But if I customize the tooltip it removes the colour coded round…
Yevgeniy Afanasyev
  • 37,872
  • 26
  • 173
  • 191
9
votes
1 answer

Is there any specific reason to use Amazon SNS instead of direct Baidu service

I have created push notification using Baidu. It works well through Baidu console and I receives the notification in my Android mobile. I have to create a webservice to send push message from my specific application by using the SDK provided by…
7
votes
1 answer

Overlapping bar chart apache echarts baidu

I want to create bar chart with multiple series overlapping each other. Stack bar chart places bar on top of another bar. I want all bar to start from the bottom like below example. Is there any way to achieve this with echarts ?
Ankur Akvaliya
  • 2,989
  • 4
  • 28
  • 53
7
votes
1 answer

Hide the labels in the pie graph in echart by baidu

I am referring to this https://ecomfe.github.io/echarts/doc/example/pie1.html#-en example. I am not able to hide the adjacent labels in the pie graph. I have encircled one of the labels I wish to hide in the attached image. Kindly help. Thanks!
d33a
  • 690
  • 1
  • 14
  • 39
6
votes
1 answer

How to make echart x-axis type time to display a time period for one day

I am using echarts and i am having problems when trying to make echarts display a time period of one day on the x-axis. Here is my code this.area = { color: ["#009C95","#21ba45"], title : { text: 'Fuel History', textStyle: { …
Geoffrey Kimani
  • 133
  • 1
  • 1
  • 7
6
votes
1 answer

add drag option Polar in Echarts by baidu

I'm using Echarts by Baidu 3.0 and I'm wondering if it is possible to add drag option to a polar chart. The drag option is explained here I could use it only with the scatter chart. Here is the Polar chart example. thanks
khaled_bhar
  • 257
  • 1
  • 4
  • 21
4
votes
1 answer

How to set different weight of line according to the data?

The problem I'm creating a tree diagram using Echarts. I want to change the weight of the line according to the value of data. Expected image: Image is for illustration purposes. It would be helpful if you could give me advice. The code This is my…
megstar
  • 41
  • 3
4
votes
1 answer

How to install Mozilla's implementation of Baidu deep speech on Windows?

I'm on Windows 10, and when I try to install Mozilla's implementation of Baidu Deep speech as shown here. Using: pip install deepspeech I get this error : "Could not find a version that satisfies the requirement deepspeech (from versions:) No…
4
votes
2 answers

Baidu ECharts2 dynamic chart position based on the legend height

I'm using Baidu ECharts2 to visualise a dynamic amount of series (up to 100) as a line chart. The issue I face is the legend overlaps the graph in case if the series are too many. I spent good 2 hours in searching the documentation and reading, but…
Teodor Todorov
  • 66
  • 1
  • 10
4
votes
1 answer

Customize label in scatter graph in echarts by baidu

Referring this example to create scatter graph using echarts library: Basic Scattergraph My code for this is as follows: option ={ xAxis : [ { type : 'value', …
Tee
  • 103
  • 1
  • 2
  • 11
3
votes
0 answers

Play Integrity alternative for China region

Google provides play integrity API for app integrity protection in android applications. But, since Google services are not available in China region, then what are the alternative APIs for integrity protection for Android apps in China (Huawei,…
3
votes
1 answer

Make bar rounded echarts

Is there a way to make bar rounded on top in echarts? For ex in this example I was able to found option roundCap for polar but unable to find anything for simple bar chart
Ankur Akvaliya
  • 2,989
  • 4
  • 28
  • 53
3
votes
2 answers

Show the sum of data values on top of stacked bar chart using Baidu ECharts

I've created a vertical stacked bar chart with Baidu ECharts. Is it possible to show the sum of all values on top of the stack? Edited : i have edited my example using the (very well explained) answer from @jeffrey but i get Uncaught TypeError:…
fkossyvas
  • 41
  • 1
  • 1
  • 3
1
2 3 4 5 6 7