Open Source BI product Helical Insight comes with plenty of default visualization options. There could be occasions in which some other custom chart might be required. thing else might also be required over and above what is by default available. From version 5.2 onwards we have included VF option in Helical Insight application which can allow . This document is about explaining the usage of VF in Helical Insight application.

VF option is available under Hreport (Reports module) that allows to create customand use custom JS react charts of AntD, MuzeJScharting engine. In this below blog we have covered how to use the same.

Custom Charts - Usage of VF in Helical Insight Version 5.2 Onwards

VF can use the libraries and data present in Reports. You can create new functions to extract the desired visualization. We have to code these functions into React.

When you click on the VF icon, an editor will get open. Reference image as below:

Custom Charts - Usage of VF in Helical Insight Version 5.2 Onwards

For more information about VF and for checking out few ready to use samples, you can refer this i icon.

Custom Charts - Usage of VF in Helical Insight Version 5.2 Onwards

Access Variables:

VF has access to the following variables:

  • data: The current report’s data which gets generated from your field selections from Rows and Columns.
  • report: The current active report which contains all the data about the current report.
  • components: This contains all the components that you can use.
  • helperFunctions: This contains helper functions to enhance chart creation. In below examples it is shown how you can utilise these helper functions.

With helper function we add this below code and this will allow (in most of the cases) to enable interactivity (like drill down, drill through, inter panel communication by clicking on it), tooltip and other things. This will help in having a consistent experience across any of the visualizations that are being used.

    const {

        getTooltip,

        enableInteractivity,

        getPropertiesConfig

    } = helperFunctions

Sample Working Example:

Below code is responsible for generating a Funnel chart which is not directly available in the product.

Firstly, we have created a tabular report by dragging dropping 2 fields (1 dimension and 1 measure).

Custom Charts - Usage of VF in Helical Insight Version 5.2 Onwards

In order to convert into Funnel chart visualization, we have added below code into VF editor. This code is taken from AntD Funnel chart sample:

functionDrawFunnel() { 

    const {Funnel} = components 

    const {

        getTooltip,

        enableInteractivity,

        getPropertiesConfig

    } = helperFunctions

    constconfig = {

      data,

      xField: 'employee_name',    //this field is the name of your dimension

      yField: 'sum_travel_cost',//this field is the name of your measure

     label: {

      text: (d) =>`${d.employee_name}\n${d.sum_travel_cost}`,  //whatever you want to show as label that field put here

    },

      tooltip: getTooltip("antd", report),

      ...enableInteractivity("antd", report),

      ...getPropertiesConfig("antd", report)

    };

  

    return<Funnel {...config} />;

  }

 

Custom Charts - Usage of VF in Helical Insight Version 5.2 Onwards

NOTE: Please change the dimension, measure field names as per your field names which you have used to create the report.

After adding this code into VF Editor, click on Apply button.

Custom Charts - Usage of VF in Helical Insight Version 5.2 Onwards

This way we can create different visualization using VF.

 

Reach out on support@helicalinsight.com in case of any questions.

Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered