---
title: "Extjs - Failed to find Charts on the specified location?"  
description: "Extjs - Failed to find Charts on the specified location?"  
author: "Allen Scott"  
published: 2016-04-30  
updated: 2016-04-30  
canonical: https://www.mindstick.com/forum/34118/extjs-failed-to-find-charts-on-the-specified-location  
category: "sencha extjs"  
tags: ["sencha", "sencha cmd"]  
reading_time: 1 minute  

---

# Extjs - Failed to find Charts on the specified location?

I have included the ext-all.js [file](https://www.mindstick.com/articles/59/encrypting-and-decrypting-files-using-c-sharp) in our [index](https://www.mindstick.com/blog/198/index-in-sql-server) [page](https://www.mindstick.com/articles/13031/why-to-make-a-wikipedia-page), and also in our MyCharts.js file I have included the requires file like this:

```
requires: [
       'Ext.chart.CartesianChart'
]
```

but I have [getting error](https://www.mindstick.com/forum/159638/getting-error-microsoft-office-interop-outlook-doesn-t-work) like this:

```
c2000: Requirement had no matching files (Ext.chart.CartesianChart) ... ...
```

[Please tell me](https://www.mindstick.com/forum/33900/please-tell-me-what-are-the-technique-to-content-optimization) how can I solve [chart](https://www.mindstick.com/articles/1509/show-google-analytics-data-in-chart-in-asp-dot-net-mvc) [path](https://www.mindstick.com/articles/44333/4-expert-tips-on-how-to-pick-the-right-career-path) [related issue](https://answers.mindstick.com/qa/93347/where-do-we-ask-any-query-related-issue-on-mindstick)..!\

## Replies

### Reply by Tarun Kumar

Sencha Charts are not included in the Extjs library by default.You can use the sencha charts by uncommenting it in app.json file.it looks like this, (search it and uncomment it):

```
"requires": [
         "sencha-charts"
],
```

that's it.\
[Note: there will be only one require field so comment the another require field.]now execute the command 'sencha app watch' in the application folder.This works for me, I hope it will be helpful for you also.


---

Original Source: https://www.mindstick.com/forum/34118/extjs-failed-to-find-charts-on-the-specified-location

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
