Skip to content

Instantly share code, notes, and snippets.

View bogdan-fortum's full-sized avatar

Bogdan Grbatinić bogdan-fortum

  • Futurice
  • Helsinki
View GitHub Profile
@dankremniov
dankremniov / Chart.tsx
Last active February 21, 2024 06:41
Render React component for Highcharts tooltip
import React, { useState, useCallback } from "react";
import Highcharts, { Chart as HighchartsChart } from "highcharts";
import HighchartsReact from "highcharts-react-official";
import { Tooltip } from "./Tooltip";
const options = {
title: {
text: "Custom tooltip as React component"
},
series: [