esmf-org / esmf-profiler

ESMF Profiler application converts binary traces into a web based, dynamic report.
0 stars 2 forks source link

Create chart data class (JS) #7

Closed ryanlong1004 closed 3 years ago

ryanlong1004 commented 3 years ago

Need to create a class to handle the ingestion and parsing of JSON data in order to render the data to HighCharts.

The class should include filtering, reducing and mapping methods, as well as any convenience methods found along the way.