Consulting

We bring our passion to work closely together to create outstanding products

This service is what you are looking for
if you want to develop a data visualization product but you need support to realize it.

We can provide you smart solutions for each phase of your development, bring the best practice to improve data, build design and develop your product.

We support our client to solve the most complex issues and challenges, through our in-depth knowledge of new technologies, analytical skills and industry experience.

import * as d3 from "d3";
import fetchData from ".fetchData";

const data = Object.assign(
d3.parseCsv(await fetchData())
d.sort((a, b) => d3.descending(a.value, b.value)));

const margin = (
{ top: 30, right: 0, bottom: 30, left: 40 }
);

color = "steelblue";

const height = 500;

const x = d3.scaleBand()
.domain(d3.range(data.length))
.range([margin.left, width - margin.right])
.padding(0.1);

const y = d3.scaleLinear()
.domain([0, d3.max(data, d => d.value)])
.nice()
.range([height - margin.bottom, margin.top]);

    Do you need help

  • with data? We can assist you in ETL process: data gathering, data clean, data analysis and data exploration.
  • with design? We can assist you in skething and prototyping.
  • with technology? We can assist you in the choice of the best technology for you specific use case.
  • with coding? Sure, we can too.
card values variation and column chart
Are you interested?