dream12001 2017-06-17 21:23
浏览 55
已采纳

laravel:将对象传递给d3.cal-heatmap

I want to build a data variable containing the number of occurrences of unix datetime values.

i.e.

{1489140000.0: 2, 1487239200.0: 1, 1483524000.0: 2, 1486634400.0: 1, 1490086800.0: 3 }

My error is that on the view I'm getting laravel use of undefined constant datas - assumed 'datas'

public function showStatistics()
{
    $job_post_date = Emploi::where('language', 'EN')->pluck('POSTDATE');
    $unix_time = array();

    for ($i=0; $i < count($job_post_date) ; $i++) { 
        $unix_time[$i] = strtotime($job_post_date[$i]);
    }

    $datas = array_count_values($unix_time);
    $datas = json_encode($datas);

    return view('emploi.stats', ['datas' => $datas]);
}

excerpt of a javascript part in the stats.blade.php

....
var cal = new CalHeatMap();
cal.init({
    itemSelector: "#example-d",
    domain: "month",
  itemName: ["job", "jobs"],
    data:  {!! datas !!},
    start: thisMonth.SubtractMonth(5),
    cellSize: 12,
    cellPadding: 5,
    ....

I'm getting an error in the template on: {{ datas }}

  • 写回答

1条回答 默认 最新

  • dongluyi5123 2017-06-17 21:26
    关注

    Use

    data:  {!! $datas !!}
    

    instead of

    data:  {!! datas !!}
    

    You missed the dollar sign, which makes PHP assume it's a constant (which you don't declare).

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 Markdown在VScode编辑器下插入视频
  • ¥15 stm32c8t6工程,使用hal库
  • ¥100 有偿求易语言word文档取doc和docx页数方法或模块
  • ¥15 找能接spark如图片的,可议价
  • ¥15 关于#单片机#的问题,请各位专家解答!
  • ¥15 博通raid 的写入速度很高也很低
  • ¥15 目标计数模型训练过程中的问题
  • ¥100 Acess连接SQL 数据库后 不能用中文筛选
  • ¥15 用友U9Cloud的webapi
  • ¥20 电脑拓展屏桌面被莫名遮挡