Project

General

Profile

Actions

Feature #229

closed

R&D on Charts for the dashboard integration

Added by Sivakanth Kesiraju 12 months ago. Updated 11 months ago.

Status:
Closed
Priority:
High
Assignee:
Pratyusha Atmakuri
Target version:
-
Start date:
01/05/2024
Due date:
% Done:

100%

Estimated time:
Deployed In:
Category:

Description

Please do research on the Charts for the dashboard integration.

Try with various options available in the market:

AmCharts
ECharts and etc.


Files

Actions #1

Updated by Sivakanth Kesiraju 12 months ago

  • Assignee set to Pratyusha Atmakuri

Updated by Pratyusha Atmakuri 12 months ago

Drill down Bar charts for Echarts & Amcharts

Actions #4

Updated by Pratyusha Atmakuri 12 months ago

  • % Done changed from 0 to 50

Updated by Pratyusha Atmakuri 12 months ago

Stacked bar Chart JSON Structure

private getInitialData(): any[] {
return [ {
category: 'Fruits',
firstValue: 200,
secondValue: 100,
subData: [ { category: 'Apples', firstValue: 120, secondValue: 60 }, { category: 'Bananas', firstValue: 80, secondValue: 40 },
],
}, {
category: 'Vegetables',
firstValue: 150,
secondValue: 120,
subData: [ { category: 'Tomatoes', firstValue: 75, secondValue: 50 }, { category: 'Carrots', firstValue: 75, secondValue: 70 },
],
}, {
category: 'Legumes',
firstValue: 160,
secondValue: 90,
subData: [ { category: 'Lentils', firstValue: 100, secondValue: 60 }, { category: 'Chickpeas', firstValue: 60, secondValue: 30 },
],
}, {
category: 'Grains',
firstValue: 180,
secondValue: 150,
subData: [ { category: 'Quinoa', firstValue: 90, secondValue: 60 }, { category: 'Rice', firstValue: 90, secondValue: 90 },
],
}, {
category: 'Nuts and Seeds',
firstValue: 100,
secondValue: 50,
subData: [ { category: 'Almonds', firstValue: 60, secondValue: 30 }, { category: 'Walnuts', firstValue: 40, secondValue: 20 },
],
},
];
}

Actions #7

Updated by Sivakanth Kesiraju 11 months ago

  • Status changed from New to In Progress
Actions #8

Updated by Pratyusha Atmakuri 11 months ago

  • Status changed from In Progress to Closed
  • % Done changed from 50 to 100

Updated all types of charts

Actions

Also available in: Atom PDF