Code Monkey home page Code Monkey logo

Comments (6)

weizhenye avatar weizhenye commented on June 2, 2024

应该没有问题吧。你看下我 README 里提供的第一个 demo,直接把里面的 options 变量修改为你的 demo 的 options,是可以显示这个图像的。

from vue-highcharts.

Scarittagle avatar Scarittagle commented on June 2, 2024

奇怪了 莫非是Vue Template的问题吗?

我是把它放在一个Vue component里面的。然后通过HTML来Render

<template>
<div>
<highcharts :options="options"/>
</div>
</template>

from vue-highcharts.

weizhenye avatar weizhenye commented on June 2, 2024

你看一下正常显示出来时图像元素是在 DOM 的哪个位置,然后看下在 Vue Template 里运行出来对应位置是什么。会不会是链接原因。

from vue-highcharts.

Scarittagle avatar Scarittagle commented on June 2, 2024

在Inspect的时候能够看到DOM有这个element,但是Width为0所以没显示。

from vue-highcharts.

weizhenye avatar weizhenye commented on June 2, 2024

width 为 0 是 $img.width === 0 还是有其他样式影响导致的?

from vue-highcharts.

Scarittagle avatar Scarittagle commented on June 2, 2024

没有。 看来是 vertical-align: middle 导致的,我删掉之后就显示正常了。 只是不清楚为何在CodePen和jsfiddle不会受影响。

from vue-highcharts.

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.