当前位置:网站首页>The operation process of using sugar to make a large data visualization screen
The operation process of using sugar to make a large data visualization screen
2022-07-01 12:04:00 【Rain cloud 21】
Baidu data visualization Sugar Address :https://sugar.bce.baidu.com
Register account number first , After the account is registered successfully, there is a 30 Free trial period of days , Then we can use 30 God, what's going on .
1、 Get into ” The first space “
After entering, you can see such a page , The operation steps are displayed on the home page

2、 Connect to data source
the Sugar Connect to your own relational database , Give Way Sugar Be able to use and query the data in your database .
This is the official website to add data source documents :https://cloud.baidu.com/doc/SUGAR/s/Dk6z5xn67
Please add... In your database authorization before adding a data source IP White list :183.240.92.0/24、111.45.0.0/22、14.215.188.4/25
Click add data source in the upper right corner , Then fill in the relevant information , The data source name can be filled in casually , Others correspond to their own database .

After adding successfully, the page :

3、 Creating a data model
Click... Just after the new data source in the figure above “ Creating a data model ”

Then drag the table on the left to the right with the mouse

Put the value to be displayed in “ Measure ” part , Then save it in the upper right corner .
4、 Create a large screen
Click New , There are many templates , Choose one you need , Or you can design one yourself

After creating the large screen, enter the large screen editor , You can do the following :
- Add various charts through the toolbar at the top
- Click to select the chart , You can drag to change the position and size of the chart , And delete the chart ,
- Layer management on the left side of the page , You can adjust the layer of the chart , So as to change the coverage relationship between charts
- After selecting the chart, you can change the data binding of the chart , Replace with real data
Practice :
The data binding method is : Data model
Select the data model to use , Then drag the dimension field to X Axis , Drag the measurement field to Y Axis , The data on the horizontal column chart will be refreshed automatically :

5、SQL Modeling binding data
Add a chart in the large screen editor , Then select the data binding method as SQL modeling , Click the plus sign at the bottom right to create a new SQL Model

Here's the picture :SQL Write the model name casually , The data source is the database just added ,SQL Statement query the fields you want to display , Then use these two fields to model

Be careful :limit If you don't write , The system will automatically add limit 0, 5000
Finally, bind the data to X Axis Y Axis , It is suggested to debug first

6、 Set the scheduled refresh of the chart
The charts in the large screen can be set to refresh automatically every time , So as to achieve real-time data (SAAS Minimum version 10 second , Private deployment is the shortest 1 second )

Finally, save the preview in the upper right corner :

Finally, attach the official document of the product :https://cloud.baidu.com/doc/SUGAR/index.html
边栏推荐
- 用实际例子详细探究OpenCV的轮廓检测函数findContours(),彻底搞清每个参数、每种模式的真正作用与含义
- CAD如何设置标注小数位
- C knowledge point form summary 2
- Is it safe for Huatai Securities to open an account online?
- 比特熊直播间一周年,英雄集结令!邀你来合影!
- 对于mvvm和mvc的理解
- redis中value/hush
- About keil compiler, "file has been changed outside the editor, reload?" Solutions for
- The Missing Semester
- redis中value/String
猜你喜欢

91. (cesium chapter) cesium rocket launch simulation

Binary stack (I) - principle and C implementation

Dlhsoft Kanban, Kanban component of WPF

Powerful, easy-to-use, professional editor / notebook software suitable for programmers / software developers, comprehensive evaluation and comprehensive recommendation

谈思生物直播—GENOVIS张洪妍抗体特异性酶切技术助力抗体药物结构表征

MQ-防止消息丢失及重复消费

CAD如何设置标注小数位

研发效能度量框架解读

技术分享 | MySQL:从库复制半个事务会怎么样?

用实际例子详细探究OpenCV的轮廓检测函数findContours(),彻底搞清每个参数、每种模式的真正作用与含义
随机推荐
力扣首页简介动画
Technology sharing | MySQL: how about copying half a transaction from the database?
redis中value/set
[classic example] classic list questions @ list
USB peripheral driver - cable connect/disconnect
用实际例子详细探究OpenCV的轮廓检测函数findContours(),彻底搞清每个参数、每种模式的真正作用与含义
Learning summary on June 28, 2022
Build yocto system offline for i.mx8mmini development board
消息队列之监控退款任务批处理过程
Unity xlua co process packaging
想问问,证券开户有优惠吗手机开户是安全么?
Deep understanding of grpc part1
比特熊直播间一周年,英雄集结令!邀你来合影!
Consolidate -c operator
Force button homepage introduction animation
【单片机】【数码管】数码管显示
How to set decimal places in CAD
CAD如何设置标注小数位
Interpretation of R & D effectiveness measurement framework
二叉堆(一) - 原理与C实现