Skip to content

Conversation

@MasseGuillaume
Copy link

No description provided.

= relative urls
changed relative urls to absolute urls

= leaflet
leaflet dont include their build in dist. that's why I used node_modules
I had to change L.Icon.Default.imagePath because it was pointing to leaflet.label plugin

= leftovers
jquery vector map dont provide a build so it's still an unmanged dependecy
bootstrap dark & light: custom css for kibana ?
@rashidkpc
Copy link
Contributor

I'm afraid I don't see the benefit to bower here. It forms a barrier to installation by creating an unnecessary dependency on nodejs. While this might have some small benefit to developers, it would annoy many users

@MasseGuillaume
Copy link
Author

I totally agree with you.

I will create a dist grunt task, every release this task will be run and package dependencies minified pushed into the repo

== dist folder
when developing dist folder contain source artifact
when kibana is ready for a release the dist grunt task can be run to
copy minified artifact in the dist folder if present.
this way, we dont have to change the url/src inside of html and javascript files.
One could have use grunt-usemin, but grunt-usemin would not parse javascript files thus, labjs could not point to the right artifact. It look like they use requirejs and have a way to set this up....

== bootstrap
bootstrap/dark.css and bootstrap/light.css files are copied to bower_component to be generated. the output goes to dist since it's a product of the bootstrap artifact

with bootstrap/dark the input text was gray on gray, so I added type=text in bootswatch to override that with white on gray. (arround line 423)

== relative url
switched some relative url to absolute url (load_big, js/*)

== remove sample nodejs server
connect is suitable for this
was not rendeing pie
@MasseGuillaume
Copy link
Author

@rashidkpc can you approve/disaprove this pull request so I can rebase it ? Thanks

@rashidkpc
Copy link
Contributor

I'm going to close this, go ahead and rebase and I'll review it.

@rashidkpc rashidkpc closed this Aug 16, 2013
spalger pushed a commit to spalger/kibana that referenced this pull request Mar 3, 2016
harper-carroll pushed a commit to harper-carroll/kibana that referenced this pull request Jul 11, 2016
w33ble pushed a commit to w33ble/kibana that referenced this pull request Sep 13, 2018
* Changed dev dependency package.json. Used link to eslint-config-kibana instead of version number for @elastic/eslint-config-kibana

* Added eslint-plugin-no-unsanitized
edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
Fix tooltip label overflow/squeeze

elastic#332
edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
# [10.0.0](elastic/elastic-charts@v9.2.1...v10.0.0) (2019-08-21)

### Bug Fixes

* **tooltip:** ie11 flex sizing ([elastic#334](elastic/elastic-charts#334)) ([abaa472](elastic/elastic-charts@abaa472)), closes [elastic#332](elastic/elastic-charts#332)
* decuple brush cursor from chart rendering ([elastic#331](elastic/elastic-charts#331)) ([789f85a](elastic/elastic-charts@789f85a)), closes [elastic#36517](elastic#36517)
* remove clippings from chart geometries ([elastic#320](elastic/elastic-charts#320)) ([ed6d0e5](elastic/elastic-charts@ed6d0e5)), closes [elastic#20](elastic/elastic-charts#20)

### Features

* auto legend resize ([elastic#316](elastic/elastic-charts#316)) ([659d27e](elastic/elastic-charts@659d27e)), closes [elastic#268](elastic/elastic-charts#268)
* customize number of axis ticks ([elastic#319](elastic/elastic-charts#319)) ([2b838d7](elastic/elastic-charts@2b838d7))
* **theme:** base theme prop ([elastic#333](elastic/elastic-charts#333)) ([a9ff5e1](elastic/elastic-charts@a9ff5e1)), closes [elastic#292](elastic/elastic-charts#292)

### BREAKING CHANGES

* **theme:** remove `baseThemeType` prop on `Settings` component and `BaseThemeTypes` type.
* `theme.legend.spacingBuffer` added to `Theme` type. Controls the width buffer between the legend label and value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants