Need a special offer?Find out if your project fits.
+

dashboard in django

Answered
Asma asked on October 25, 2021

Dears, 
 
I have started working with flexmonster in my django project. I got my first dashboard but it wasn't beautiful at all, I tried before to work with power bi and tableau, and they have much more advanced dashboards.
kindly find below the dashboard I have tried.
I cannot get labels and advanced filters in each chart.
 
I will be grateful if you can help me 

1 answer

Public
Vera Didenko Vera Didenko Flexmonster October 26, 2021

Hello,
 
Thank you for writing to us.
 
You can show the chart labels by enabling the showDataLabels chart option, for example:

options: {
viewType: "charts",
chart: {
type: "line",
showDataLabels: true
}
}

We have prepared a JSFiddle for illustration: https://jsfiddle.net/flexmonster/y3runoj2/.

For a pie chart, only the labels that can be shown without overlapping will be displayed. You can configure Flexmonster to show all labels on the pie chart by setting the showAllLabels chart option to true.
 
For more details on configuring Flexmonster Pivot Charts, please see our Flexmonster Pivot Charts guide
Also, we have a "Pivot Charts" section in our user interface guide showing how to filter and work with Flexmonster Pivot Charts that may be of interest.
In addition, you are welcome to check out our live Pivot Charts and Dashboard demos.
 
Please let us know if this helps. Feel free to reach out to us if other questions arise.
 
Kind regards,
Vera

Please login or Register to Submit Answer