Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

154
Views
Call external components to vue application

i have these our graphs developed using the kendoui for vue, and these 4 buttons with 4 extra features. I'm working now in the Zoom Out feature. It works opening a modal showing the graph choosed. There's only 1 "Zoom Out" button and 1 Modal createad, and i need to give the inormation on which graph will be displayed. How on earth i can do this? Each graph is one separated component, and everyone of them has the :kpiName prop with their value.

The four graphs

I created a function on the zoom out button click that turns the data "isModalVisible" true, showing the modal, but don't know how to insert the chart inside. The beggining of the first component is below:

<chart-more-option :kpiName="'TotalActionCautionTML'""/>

And the modal code:

<template>
  <div class="modal-backdrop">
    <div class="modal">
      <header class="modal-header">
        <slot name="header">
          
        </slot>
      </header>

      <section class="modal-body">
        <slot name="body">
            <div id="asset-kpi" class="kpi-chart">
                THE CHART WILL BE HERE
            </div>                
        </slot>
       </section>

      <footer class="modal-footer">
        <slot name="footer">
          
        </slot>
        <button
          type="button"
          class="btn-green"
          @click="close"
        >
          Close Modal
        </button>
      </footer>
    </div>
  </div>
</template>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!