Giter Club home page Giter Club logo

Comments (4)

theiliad avatar theiliad commented on May 24, 2024

Hi @wdiu, I'm not able to reproduce this on my end. Could you pls provide a stackblitz for it?

from carbon-charts.

wdiu avatar wdiu commented on May 24, 2024

Hi, @theiliad , thanks for looking into this. Here's what it looks like in your StackBlitz at https://stackblitz.com/edit/yzfn6i-nprkdx?file=index.js with these values:

const data = [
  {
    group: 'Yearly emission',
    date: `${time}-01-01T00:30:00.000Z`,
    value: 10,
  },
  {
    group: 'Yearly emission',
    date: `${time}-02-01T00:30:00.000Z`,
    value: 20,
  },
  {
    group: 'Yearly emission',
    date: `${time}-03-01T00:30:00.000Z`,
    value: 30,
  },
  {
    group: 'Yearly emission',
    date: `${time}-04-01T00:30:00.000Z`,
    value: 40,
  },
  {
    group: 'Yearly emission',
    date: `${time}-05-01T00:30:00.000Z`,
    value: 50,
  },
  {
    group: 'Yearly emission',
    date: `${time}-06-01T00:30:00.000Z`,
    value: 60,
  },  
];

image

from carbon-charts.

theiliad avatar theiliad commented on May 24, 2024

@wdiu it works ok for me even in very small container sizes
image

we use this package https://github.com/carbon-design-system/carbon-utils-position for positioning the tooltip

from carbon-charts.

wdiu avatar wdiu commented on May 24, 2024

I agree that it looks correct in yours.
Could it be because of a difference in browser or OS?
I'm using "Google Chrome 120.0.6099.227 (Official Build) (64-bit)" in Windows 10.

from carbon-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.