Charts

Grouped Bar Graph In Lightning Using Strike Bar Graph Component Extension

Grouped Bar Graph In Lightning Using Strike Bar Graph Component Extension

There are multiple situations when we need to display a chart in our lightning component. We have seen in an earlier blog (REF), the process to use strike components to generate charts in lightning. However, in some cases we may need to display a chart grouped by certain parameters just like how we do in …

Grouped Bar Graph In Lightning Using Strike Bar Graph Component Extension Read More »

CSV PARSING AND GENERATING CHARTS IN LIGHTNING COMPONENTS

CSV parsing and generating charts in lightning components

Lightning offers advantage over classic that it allows a lot of client processing thus saving the server side actions. One of the scenarios that I would like to cover is parsing CSV file and generating reports from the data fetched without any server side actions. Let us consider, I have a CSV file (comma separated ) …

CSV parsing and generating charts in lightning components Read More »

Scroll to Top