Coder Social home page Coder Social logo

Comments (2)

junghwan-park avatar junghwan-park commented on April 29, 2024

안녕하세요~

먼저 말씀해주신 첫번째 이미지 cate1의 bar가 렌더링 되지 않은 이유는 xAxis의 min값과 cate1의 데이터 값이 같아서 입니다.

현재 axis에 min, max 옵션이 없을 경우 최소, 최대 값에 맞게 차트를 보여주게 되는데요,
만약 데이터들이 위의 차트와 동일할때 xAxis를 0부터 표현하려면 axis옵션을 다음과 같이 설정하면 됩니다.

var options = {
    xAxis: {
        min: 0,
        max: 50
    }
};

다음 링크를 참고하시면 axis의 더 많은 옵션들을 확인할 수 있습니다. https://github.com/nhnent/tui.chart/wiki/features-axes#setting-min-max

저희 TUI Chart에 관심을 가져주셔서 감사합니다 ~ :)

from tui.chart.

paulsoh avatar paulsoh commented on April 29, 2024

답변 감사합니다!

from tui.chart.

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.