laravel图表未显示从View Composer调用的数据

时间:2018-10-21 10:14:50

标签: laravel

我希望在这里找到解决方案。 我正在使用来自以下位置的laravel 5.6和laravel图表:  https://github.com/ConsoleTVs/Charts

我的问题是:

我使用来自控制器的数据库中的数据创建了一个图表,并将其显示在视图中,并且工作正常。 现在,我想将此图表显示到另一个视图中,因此在创建作曲家服务提供者之后,我决定将包含该图表的变量放入View作曲家中。

当我输入简单数据时,它会完美呈现,但是当我放置chart变量时,它不会呈现为图形图表,而是呈现为带有标签的代码。 这是呈现的代码:

<canvas style="display: none;" id="tfypgmkjwulqasnhcxbdozive" height='400' ></canvas>
<div id="tfypgmkjwulqasnhcxbdozive_loader" style=" display: flex; justify-content: center; opacity: 1; align-items: center; height: 400px; ">
   <svg width="50" height="50" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg">
      <defs>
         <linearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="a">
            <stop stop-color="#22292F" stop-opacity="0" offset="0%"/>
            <stop stop-color="#22292F" stop-opacity=".631" offset="63.146%"/>
            <stop stop-color="#22292F" offset="100%"/>
         </linearGradient>
      </defs>
      <g fill="none" fill-rule="evenodd">
         <g transform="translate(1 1)">
            <path d="M36 18c0-9.94-8.06-18-18-18" id="Oval-2" stroke="url(#a)" stroke-width="2">
               <animateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="0.9s" repeatCount="indefinite" />
            </path>
            <circle fill="#22292F" cx="36" cy="18" r="1">
               <animateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="0.9s" repeatCount="indefinite" />
            </circle>
         </g>
      </g>
   </svg>
</div>

这几天我很挣扎,但徒劳地感谢你的帮助。

1 个答案:

答案 0 :(得分:0)

您确定查看作曲家在工作吗? 在查看文件中使用dd()检查它